Show / Hide Table of Contents

Property MinScale

MinScale

Gets or sets the minimum scale where the layer is visible.

Declaration
public double MinScale { get; set; }
Property Value
Type Description
System.Double

The minimum scale.

Remarks

The minimum scale at which this layer is visible. If the map or scene is zoomed out beyond this scale, the layer will not be visible. A value of 0 means there is no minimum scale threshold and the layer will be visible at the largest scale available for the map or scene. If the value is nil, there is no minimum scale. All of the connected map and scene views will be updated.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
Relevant samples
Display layer view state: Determine if a layer is currently being viewed.
In This Article
Back to top Copyright © 2022 Esri.