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


IMapCacheTileManagerJob.CacheExtent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMapCacheTileManagerJob.CacheExtent Property

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

Product Availability

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

See Also

IMapCacheTileManagerJob Interface