This document is archived and information here might be outdated. Recommended version. |
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*