The extent of the spatial cache.
[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.
Remarks
The CacheExtent property returns the envelope that represents the current boundary of the cached area. An empty envelope is returned if the cache is empty (the cache is not active).