ArcObjects Library Reference (Controls)  

IMapControlDefault.VisibleRegion Property

The geometry specifying the visible region of the Map.

ERROR: Syntax information about IMapControlDefault.VisibleRegion may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[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.

See Also

IMapControlDefault Interface