Show / Hide Table of Contents

Class DisplayFilter

Represents a type used for limiting which features are rendered.

Inheritance
System.Object
DisplayFilter
ScaleRangeDisplayFilter
Implements
INotifyPropertyChanged
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class DisplayFilter : object
Remarks

Features filtered from display remain available for query and analysis. Use display filter when only a subset of features needs to be visible while maintaining access to all features.

Constructors

Name Description
DisplayFilter(String, String)

Initializes a new instance of the DisplayFilter class with the specified name and where clause.

Properties

Name Description
FilterId

Gets the identifier for this display filter.

Name

Gets or sets a descriptive name for this display filter.

WhereClause

Gets or sets a SQL expression that defines which features are rendered.

See Also

Filters
ActiveFilter

Applies to

TargetVersions
.NET Standard 2.0100.13 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.13 - 100.15
Xamarin.Android100.13 - 100.15
Xamarin.iOS100.13 - 100.15
UWP100.13 - 100.15
In This Article
Back to top Copyright © 2022 Esri.