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


ILocationQueryHelper.LocationTestFeature Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILocationQueryHelper Interface > ILocationQueryHelper.LocationTestFeature Method
ArcGIS Developer Help

ILocationQueryHelper.LocationTestFeature Method

Determines if the current geometry meets the location query criteria.

[Visual Basic .NET]
Public Function LocationTestFeature ( _
    ByVal piGeometry As IGeometry, _
    ByVal eSpatialRel As esriSpatialRelEnum _
) As Boolean
[C#]
public bool LocationTestFeature (
    IGeometry piGeometry,
    esriSpatialRelEnum eSpatialRel
);
[C++]
HRESULT LocationTestFeature(
  IGeometry* piGeometry,
  esriSpatialRelEnum eSpatialRel
);
[C++]
Parameters
piGeometry [in]

piGeometry is a parameter of type IGeometry* eSpatialRel [in]
eSpatialRel is a parameter of type esriSpatialRelEnum

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ILocationQueryHelper Interface