ArcObjects Library Reference (Carto)  

IMapInset2.CalculateVisibleBounds Method

Calculates the visible bounds by applying the zoom or scale parameter to MapBounds (used when snapshot is false).

[Visual Basic .NET]
Public Sub CalculateVisibleBounds ( _
)
[C#]
public void CalculateVisibleBounds (
);
[C++]
HRESULT CalculateVisibleBounds(
void
);

Product Availability

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

See Also

IMapInset2 Interface