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


IMapCacheTileManagerJob.CacheExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMapCacheTileManagerJob Interface > IMapCacheTileManagerJob.CacheExtent Property
ArcGIS Developer Help

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