Show / Hide Table of Contents

Class DisplayFilter

Represents a type used for limiting which features are rendered.

Inheritance
Object
DisplayFilter
ScaleRangeDisplayFilter
Implements
INotifyPropertyChanged
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class DisplayFilter : INotifyPropertyChanged
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.

Name Description
INotifyPropertyChanged.PropertyChanged

Occurs when a property value changes.

See Also

Filters
ActiveFilter

Applies to

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