This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterLayer Interface > IRasterLayer.VisibleExtent Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
ppVisibleExtent is a parameter of type IEnvelope ppVisibleExtent [in]
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.