This document is archived and information here might be outdated. Recommended version. |
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*