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


IIMSWorkspace.AreaOfInterest Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > II > IIMSWorkspace Interface > IIMSWorkspace.AreaOfInterest Property
ArcGIS Developer Help

IIMSWorkspace.AreaOfInterest Property

The area of interest.

[Visual Basic .NET]
Public ReadOnly Property AreaOfInterest As IEnvelope
[C#]
public IEnvelope AreaOfInterest {get;}
[C++]
HRESULT get_AreaOfInterest(
  IEnvelope** envelope
);
[C++]
Parameters
envelope [out, retval]

envelope is a parameter of type IEnvelope**

Product Availability

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

See Also

IIMSWorkspace Interface