Class DisplayFilter
Represents a type used for limiting which features are rendered.
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.13 - 100.15 |
Xamarin.Android | 100.13 - 100.15 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 100.15 |