This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMapCacheTileManagerJob Interface > IMapCacheTileManagerJob.CacheExtent Property (ArcObjects .NET 10.5 SDK) |
Cache Extent.
[Visual Basic .NET] Public Property CacheExtent As IEnvelope
[C#] public IEnvelope CacheExtent {get; set;}
[C++]
HRESULT get_CacheExtent(
IEnvelope** ppCacheExtent
);
[C++]
HRESULT putref_CacheExtent(
IEnvelope* ppCacheExtent
);
[C++]
Parameters ppCacheExtent [out, retval]
ppCacheExtent is a parameter of type IEnvelope ppCacheExtent [in]
ppCacheExtent is a parameter of type IEnvelope