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


IMapCache.CacheExtent 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.CacheExtent Property
ArcGIS Developer Help

IMapCache.CacheExtent Property

Current cache extent.

[Visual Basic .NET]
Public ReadOnly Property CacheExtent As IEnvelope
[C#]
public IEnvelope CacheExtent {get;}
[C++]
HRESULT get_CacheExtent(
  IEnvelope** ppEnvelope
);
[C++]
Parameters
ppEnvelope [out, retval]

ppEnvelope is a parameter of type IEnvelope**

Product Availability

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

See Also

IMapCache Interface