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


IMapInset.VisibleBounds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapInset Interface > IMapInset.VisibleBounds Property
ArcGIS Developer Help

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