This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControl3 Interface > IMapControl3.VisibleRegion Property (ArcObjects .NET 10.4 SDK) |
The geometry specifying the visible region of the Map.
[Visual Basic .NET]
Public WriteOnly Property VisibleRegion
[C#] public void VisibleRegion {set;}
[C++]
HRESULT put_VisibleRegion(
IGeometry*
);
[C++]
Parameters [in]
is a parameter of type IGeometry
Sets the MapControl's window to be the shape of the supplied geometry (in map units). Only the parts of the MapControl's layers that fall within the geometry specified will be seen.