This document is archived and information here might be outdated.  Recommended version.


IMapLayerInfo2.MinScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapLayerInfo2 Interface > IMapLayerInfo2.MinScale Property
ArcGIS Developer Help

IMapLayerInfo2.MinScale Property

The minimum visible scale for the layer.

[Visual Basic .NET]
Public ReadOnly Property MinScale As Double
[C#]
public double MinScale {get;}
[C++]
HRESULT get_MinScale(
  System.Double* Scale
);
[C++]
Parameters
Scale [out, retval]

Scale is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Minimum scale at which the layer will display.

See Also

IMapLayerInfo2 Interface