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


ILasPointFilter.AreaOfInterest Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointFilter Interface > ILasPointFilter.AreaOfInterest Property
ArcGIS Developer Help

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 [in]

ppAOI is a parameter of type IGeometry* ppAOI [out, retval]
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