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


IMap.AreaOfInterest Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMap Interface > IMap.AreaOfInterest Property
ArcGIS Developer Help

IMap.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.

Remarks

The AreaOfInterest is used as the "custom full extent" by the map.  The map's full extent will return this value if it is set.

See Also

IMap Interface | ILayer.AreaOfInterest Property