Show / Hide Table of Contents

Class DisplayFilter

Represents a type used for limiting which features are rendered.

Inheritance
System.Object
DisplayFilter
ScaleRangeDisplayFilter
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.13 - 200.7
Xamarin.Android100.13 - 100.15
Xamarin.iOS100.13 - 100.15
UWP100.13 - 200.7
In This Article
Back to top Copyright © 2022 Esri.