This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayer2 Interface > ILayer2.ScaleRangeReadOnly Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* flag
);
[C++]
Parameters flag [out, retval] flag is a parameter of type VARIANT_BOOL
Some layer types do not support a writeable MinimumScale or MaximumScale. Use this property to determine whether or not a layer supports this.