The area of interest for the scene.
[Visual Basic .NET] Public Property AreaOfInterest As IEnvelope
[C#] public IEnvelope AreaOfInterest {get; set;}
[C++]
HRESULT get_AreaOfInterest(
IEnvelope** aoi
);
[C++]
HRESULT put_AreaOfInterest(
IEnvelope* aoi
);
[C++]Parameters
aoi [out, retval]aoi is a parameter of type IEnvelope
aoi [in]aoi is a parameter of type IEnvelope
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.