ArcObjects Library Reference (Carto)  

ICacheDatasetInfo.Extent Property

Cache Extent.

[Visual Basic .NET]
Public Property Extent As IEnvelope
[C#]
public IEnvelope Extent {get; set;}
[C++]
HRESULT get_Extent(
  IEnvelope** ppCacheExtent
);
[C++]
HRESULT putref_Extent(
  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

ICacheDatasetInfo Interface