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


IMapCache.ScaleLimit Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCache Interface > IMapCache.ScaleLimit Property
ArcGIS Developer Help

IMapCache.ScaleLimit Property

Indicates whether there is a scale limit.

[Visual Basic .NET]
Public Property ScaleLimit As Boolean
[C#]
public bool ScaleLimit {get; set;}
[C++]
HRESULT get_ScaleLimit(
  Boolean* limited
);
[C++]
HRESULT put_ScaleLimit(
  VARIANT_BOOL limited
);
[C++]
Parameters
limited [out, retval]

limited is a parameter of type bool* limited [in]
limited is a parameter of type bool

Product Availability

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

See Also

IMapCache Interface