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