Show / Hide Table of Contents

Property MaxScale

MaxScale

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

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

The maximum scale.

Remarks

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

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
Relevant samples
Display layer view state: Determine if a layer is currently being viewed.
Feature layer query: Find features in a feature table which match an SQL query.
In This Article
Back to top Copyright © 2022 Esri.