ArcObjects Library Reference (Carto)  

IConvertCacheStorageFormatJob.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

IConvertCacheStorageFormatJob Interface