Show / Hide Table of Contents

Property MaxScale

MaxScale

Gets or sets the maximum scale at which labels will be visible. In 3D scenes, the scale range is between individual label and view plane instead of map and view plane.

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

Scale denominator (e.g. 10000d means 1:10000 scale).

Remarks

Labels will only be visible when the viewing scale is smaller than (or equal to) the MaxScale. For example, if the viewing scale is 1:12000 and the MaxScale is 1:10000, then the labels will be visible (because 1/12000 <= 1/10000). A MaxScale of 0, which is the default, indicates no upper limit on the viewing scale.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.11 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.11 - 200.0
.NET 5100.11 - 100.12
.NET Core 3.1100.11 - 100.12
Android100.11 - 100.15
iOS100.11 - 100.15
UWP100.11 - 200.0
In This Article
Back to top Copyright © 2022 Esri.