Scale Range Display Filter
Constructors
Creates a new ScaleRangeDisplayFilter with the specified name, where clause, and scale range.
Properties
The maximum scale at which this display filter is applied. This display filter is only applied when zoomed further out than the maximum scale. Set this property to allow current scale of the map to determine when this display filter is applied. If MapView.scale or Viewpoint.targetScale is greater than or equal this value, the DisplayFilter will be applied. This value should be less than ScaleRangeDisplayFilter.minScale. A value of 0 indicates this display filter is applied without an upper limit. The default value is 0.
The minimum scale at which this display filter is applied. This display filter is only applied when zoomed further in than the minimum scale. Set this property to allow current scale of the map to determine when this display filter is applied. If MapView.scale or Viewpoint.targetScale is less than or equal this value, the DisplayFilter will be applied. This value should be greater than ScaleRangeDisplayFilter.maxScale. A value of 0 indicates this display filter is applied without a lower limit. The default value is 0.
Inherited properties
The identifier for this display filter. Use a unique name to identify this display filter when used in a webmap as a ManualDisplayFilterDefinition.activeFilter.
A SQL expression that defines which features are rendered. The where clause string that is used as the DisplayFilter.whereClause should follow standard SQL syntax similar to what is discussed in the document https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/sql-reference-for-elements-used-in-query-expressions.htm.