Gets the minimum scale at which the PackageChildLayer can be visible in a map; zoom out beyond this scale and the PackageChildLayer will not be drawn.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public double MinimumScale { get; }
Visual Basic (Declaration)
Public ReadOnly Property MinimumScale As Double

Field Value

A double containing the minimum scale: the upper bound of the scale range for the PackageChildLayer.

See Also