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


IMapInset2.CalculateVisibleBounds Method (ArcObjects .NET 10.4 SDK)
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