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


IACLayer.MaxScale Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACLayer Interface > IACLayer.MaxScale Property
ArcGIS Developer Help

IACLayer.MaxScale Property

Maximum scale at which the layer will display.

[Visual Basic .NET]
Public Property MaxScale As Double
[C#]
public double MaxScale {get; set;}
[C++]
HRESULT get_MaxScale(
  System.Double* Scale
);
[C++]
HRESULT put_MaxScale(
  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

IACLayer Interface