This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointFilter Interface > ILasPointFilter.AreaOfInterest Property (ArcObjects .NET 10.5 SDK) |
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
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.