ArcObjects Library Reference  (Carto)    

IMap.AreaOfInterest Property

Area of interest for the map.

[Visual Basic 6.0]
Property AreaOfInterest As IEnvelope
[Visual Basic .NET]
Public WriteOnly Property AreaOfInterest
[C#]
public void AreaOfInterest {set;}
[Java]
public IEnvelope setAreaOfInterest()
throws
    IOException,
    AutomationException
[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 property is not used by any object in ArcMap; this property exists solely for developer use.

See Also

IMap Interface | ILayer.AreaOfInterest Property

 


Feedback Send feedback on this page