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


IMapInset.VisibleBounds Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapInset.VisibleBounds Property

The map extent shown by the inset (used when the inset is not live).

[Visual Basic .NET]
Public Property VisibleBounds As IEnvelope
[C#]
public IEnvelope VisibleBounds {get; set;}
[C++]
HRESULT get_VisibleBounds(
  IEnvelope** VisibleBounds
);
[C++]
HRESULT put_VisibleBounds(
  IEnvelope* VisibleBounds
);
[C++]

Parameters VisibleBounds [out, retval]
VisibleBounds is a parameter of type IEnvelope VisibleBounds [in]
VisibleBounds is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapInset Interface