This document is archived and information here might be outdated.  Recommended version.


IMapControlDefault.VisibleRegion Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControlDefault Interface > IMapControlDefault.VisibleRegion Property
ArcGIS Developer Help

IMapControlDefault.VisibleRegion Property

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(
void
);

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.

See Also

IMapControlDefault Interface