ArcObjects Library Reference (Carto)  

IIMSMapLayer.AreaOfInterest Property

The area of interest.

[Visual Basic .NET]
Public WriteOnly Property AreaOfInterest_2
[C#]
public void AreaOfInterest_2 {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

IIMSMapLayer Interface