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


IMapInset.MapBounds 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.MapBounds Property
ArcGIS Developer Help

IMapInset.MapBounds Property

The relative position of the inset to the associated map (used when the inset is live). The zoom amount is applied to this rectangle to determine the visible bounds that is actually drawn.

[Visual Basic .NET]
Public Property MapBounds As IEnvelope
[C#]
public IEnvelope MapBounds {get; set;}
[C++]
HRESULT get_MapBounds(
  IEnvelope** Bounds
);
[C++]
HRESULT put_MapBounds(
  IEnvelope* Bounds
);
[C++]
Parameters
Bounds [out, retval]

Bounds is a parameter of type IEnvelope** Bounds [in]
Bounds is a parameter of type IEnvelope*

Product Availability

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

See Also

IMapInset Interface