This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapInset Interface > IMapInset.VisibleBounds Property (ArcObjects .NET 10.4 SDK) |
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