This document is archived and information here might be outdated. Recommended version. |
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*
Some layer types do not support a writeable MinimumScale or MaximumScale. Use this property to determine whether or not a layer supports this.