This document is archived and information here might be outdated. Recommended version. |
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**
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.