Show / Hide Table of Contents

Class ScaleRangeDisplayFilter

A DisplayFilter that is applied on the layer based on the provided scale range.

Inheritance
Object
DisplayFilter
ScaleRangeDisplayFilter
Implements
INotifyPropertyChanged
DisplayFilter.INotifyPropertyChanged.PropertyChanged
DisplayFilter.FilterId
DisplayFilter.Name
DisplayFilter.WhereClause
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 sealed class ScaleRangeDisplayFilter : DisplayFilter, INotifyPropertyChanged

Constructors

Name Description
ScaleRangeDisplayFilter(String, String, Double, Double)

Initializes a new instance of the ScaleRangeDisplayFilter class with the specified name, where clause, and scale range.

Properties

Name Description
MaxScale

Gets or sets the maximum scale at which this display filter is applied.

MinScale

Gets or sets the minimum scale at which this display filter is applied.

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.