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


ILayer.MinimumScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayer Interface > ILayer.MinimumScale Property
ArcGIS Developer Help

ILayer.MinimumScale Property

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

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

MinScale is a parameter of type double* MinScale [in]
MinScale is a parameter of type double

Product Availability

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

Remarks

Specifies the minimum scale at which the layer will be displayed. This means that if you zoom out beyond this scale, the layer will not display. For example, specify 1000 to have the layer not display when zoomed out beyond 1:1000.

See Also

ILayer Interface