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 represents the spatial extent of the filter. Points within the XY extent of the envelope are considered for inclusion by the filter. The Z range, if set, is ignored.

See Also

ILasPointFilter Interface