Constructor ScaleRangeDisplayFilter
ScaleRangeDisplayFilter(String, String, Double, Double)
Initializes a new instance of the ScaleRangeDisplayFilter class with the specified name, where clause, and scale range.
Declaration
public ScaleRangeDisplayFilter(string name, string whereClause, double minScale, double maxScale)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | A descriptive name for this display filter. |
System.String | whereClause | A SQL expression that defines which features are rendered. |
Double | minScale | The minimum scale at which this display filter is applied. If
Esri.ArcGISRuntime.UI.Controls.MapView.Scale or TargetScale
is less than or equal this value, the DisplayFilter will be applied. This value
should be greater than |
Double | maxScale | The maximum scale at which this display filter is applied. If
Esri.ArcGISRuntime.UI.Controls.MapView.Scale or TargetScale
is greater than or equal this value, the DisplayFilter will be applied. This value
should be less than |
Exceptions
Type | Condition |
---|---|
ArgumentException | A |
Applies to
Platforms and versions
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 |