This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICacheDatasetInfo Interface > ICacheDatasetInfo.Extent Property (ArcObjects .NET 10.5 SDK) |
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