ArcObjects Library Reference  (Carto)    

IMapCache.CacheExtent Property

Current cache extent.

[Visual Basic 6.0]
Property CacheExtent As IEnvelope
[Visual Basic .NET]
Public ReadOnly Property CacheExtent As IEnvelope
[C#]
public IEnvelope CacheExtent {get;}
[Java]
public  getCacheExtent (
    IEnvelope ppEnvelope
)
[C++]
HRESULT get_CacheExtent(
  IEnvelope** ppEnvelope
);
[C++]

Parameters

ppEnvelope [out, retval]

  ppEnvelope is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapCache Interface

 


Feedback Send feedback on this page