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


ICacheDatasetInfo.Extent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICacheDatasetInfo Interface > ICacheDatasetInfo.Extent Property
ArcGIS Developer Help

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