This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISpatialCacheManager Interface > ISpatialCacheManager.CacheExtent Property (ArcObjects .NET 10.5 SDK) |
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
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).