ArcObjects Library Reference (PublisherControls)  

IARLayer.MaximumScale Property

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

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

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

When working with the ArcReaderControl, the MaximumScale property specifies the maximum MapScale at which the layer will be displayed. When working with the ArcReaderGlobeControl, the MaximumScale property specifies the maximum 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)