ArcObjects Library Reference  (Carto)    

ILayer2.ScaleRangeReadOnly Property

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

[Visual Basic 6.0]
Property ScaleRangeReadOnly As Boolean
[Visual Basic .NET]
Public ReadOnly Property ScaleRangeReadOnly As Boolean
[C#]
public bool ScaleRangeReadOnly {get;}
[Java]
public boolean isScaleRangeReadOnly()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ScaleRangeReadOnly(
  VARIANT_BOOL* flag
);
[C++]

Parameters

flag [out, retval]

  flag is a parameter of type VARIANT_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

 


Feedback Send feedback on this page