ArcObjects Library Reference  (Carto)    

IMapCache.ScaleLimit Property

Indicates whether there is a scale limit.

[Visual Basic 6.0]
Property ScaleLimit As Boolean
[Visual Basic .NET]
Public Property ScaleLimit As Boolean
[C#]
public bool ScaleLimit {get; set;}
[Java]
public  getScaleLimit (
    boolean limited
)
[Java]
public void setScaleLimit(
    boolean limited
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ScaleLimit(
  VARIANT_BOOL* limited
);
[C++]
HRESULT put_ScaleLimit(
  VARIANT_BOOL limited

);

[C++]

Parameters

limited [out, retval]

  limited is a parameter of type VARIANT_BOOL

limited [in]

  limited is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapCache Interface

 


Feedback Send feedback on this page