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


IMapLayerInfo2.MinScale Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  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