Show / Hide Table of Contents

Property MinScale

MinScale

Gets or sets the minimum 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 MinScale { get; set; }
Property Value
Type Description
Double

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

Remarks

Labels will only be visible when the viewing scale is larger than (or equal to) the MinScale. For example, if the viewing scale is 1:12000 and the MinScale is 1:20000, then the labels will be visible (because 1/12000 >= 1/20000). A MinScale of 0, which is the default, indicates no lower 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.