ArcObjects Library Reference (TrackingAnalyst)  

ILocationQueryHelper.LocationTestFeature Method

Determines if the current geometry meets the location query criteria.

[Visual Basic .NET]
Public Sub LocationTestFeature ( _
    ByVal piGeometry As IGeometry, _
    ByVal eSpatialRel As esriSpatialRelEnum, _
    ByRef pvbTest As Boolean _
)
[C#]
public void LocationTestFeature (
    IGeometry piGeometry,
    esriSpatialRelEnum eSpatialRel,
    ref bool pvbTest
);
[C++]
HRESULT LocationTestFeature(
  IGeometry* piGeometry,
  esriSpatialRelEnum eSpatialRel,
  VARIANT_BOOL* pvbTest
);
[C++]

Parameters

piGeometry

  piGeometry is a parameter of type IGeometry

eSpatialRel

  eSpatialRel is a parameter of type esriSpatialRelEnum

pvbTest   pvbTest is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILocationQueryHelper Interface