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


ISpatialCacheManager.CacheExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISpatialCacheManager Interface > ISpatialCacheManager.CacheExtent Property
ArcGIS Developer Help

ISpatialCacheManager.CacheExtent Property

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** envelope
);
[C++]
Parameters
envelope [out, retval]

envelope 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).

See Also

ISpatialCacheManager Interface