ArcObjects Library Reference (PublisherControls)  

IARLayer.MinimumScale Property

Minimum scale (representative fraction) at which the layer will display.

[Visual Basic .NET]
Public ReadOnly Property MinimumScale As Double
[C#]
public double MinimumScale {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

When working with the ArcReaderControl, the MinimumScale property specifies the minimum MapScale at which the layer will be displayed.  When working with the ArcReaderGlobeControl, the MinimumScale property specifies the minimum Elevation at which the layer will be displayed.  If the layer is not drawn on the screen, the layers check box in the Table of Contents (TOC) will be greyed out.

See Also

IARLayer Interface

.NET Samples

ArcReaderControl document properties (Code Files: DocumentProperties) | ArcReaderGlobeControl document properties (Code Files: DocumentProperties)