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


ILasPointFilter.AreaOfInterest Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointFilter.AreaOfInterest Property

The area of interest.

[Visual Basic .NET]
Public Property AreaOfInterest As IGeometry
[C#]
public IGeometry AreaOfInterest {get; set;}
[C++]
HRESULT get_AreaOfInterest(
  IGeometry** ppAOI
);
[C++]
HRESULT putref_AreaOfInterest(
  IGeometry* ppAOI
);
[C++]

Parameters ppAOI [out, retval]
ppAOI is a parameter of type IGeometry ppAOI [in]
ppAOI is a parameter of type IGeometry

Product Availability

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

Description

AreaOfInterest is used to represent the spatial extent of the filter. It may be set to an envelope or polygon. Points inside the geometry are considered for inclusion by the filter. The Z range, if set, is ignored.

See Also

ILasPointFilter Interface