This document is archived and information here might be outdated. Recommended version. |
Visible extent of the layer in the data frame.
[Visual Basic .NET] Public Property VisibleExtent As IEnvelope
[C#] public IEnvelope VisibleExtent {get; set;}
[C++]
HRESULT get_VisibleExtent(
IEnvelope* ppVisibleExtent
);
[C++]
HRESULT put_VisibleExtent(
IEnvelope** ppVisibleExtent
);
[C++] Parameters ppVisibleExtent [in]
ppVisibleExtent is a parameter of type IEnvelope* ppVisibleExtent [out, retval]
ppVisibleExtent is a parameter of type IEnvelope**
The VisibleExtent specifies a subset of the raster layer to be drawn, which can speed the drawing of the layer.