ArcObjects Library Reference (Carto)  

IBasicMap.AreaOfInterest Property

Area of interest for the map.

[Visual Basic .NET]
Public WriteOnly Property AreaOfInterest
[C#]
public void AreaOfInterest {set;}
[C++]
HRESULT put_AreaOfInterest(
  IEnvelope* 
);
[C++]

Parameters

[in]

   is a parameter of type IEnvelope

Product Availability

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

See Also

IBasicMap Interface