ArcObjects Library Reference (Carto)  

IACLayer2.MinScale Property

Minimum scale at which the layer will display.

[Visual Basic .NET]
Public Property MinScale As Double
[C#]
public double MinScale {get; set;}
[C++]
HRESULT get_MinScale(
  double* Scale
);
[C++]
HRESULT put_MinScale(
  double Scale
);
[C++]

Parameters

Scale [out, retval]   Scale is a parameter of type double Scale [in]   Scale is a parameter of type double

Product Availability

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

See Also

IACLayer2 Interface