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
Product Availability
Available with ArcGIS Engine.
Description
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.