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


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

ILayer2.ScaleRangeReadOnly Property

Indicates if the minimum and maximum scale range values are read-only.

[Visual Basic .NET]
Public ReadOnly Property ScaleRangeReadOnly As Boolean
[C#]
public bool ScaleRangeReadOnly {get;}
[C++]
HRESULT get_ScaleRangeReadOnly(
  Boolean* flag
);
[C++]
Parameters
flag [out, retval]

flag is a parameter of type bool*

Product Availability

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

Remarks

Some layer types do not support a writeable MinimumScale or MaximumScale. Use this property to determine whether or not a layer supports this.

See Also

ILayer2 Interface