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


ILayer.MaximumScale 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.MaximumScale Property
ArcGIS Developer Help

ILayer.MaximumScale Property

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

[Visual Basic .NET]
Public Property MaximumScale As Double
[C#]
public double MaximumScale {get; set;}
[C++]
HRESULT get_MaximumScale(
  System.Double* MaxScale
);
[C++]
HRESULT put_MaximumScale(
  double MaxScale
);
[C++]
Parameters
MaxScale [out, retval]

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

Product Availability

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

Remarks

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

See Also

ILayer Interface