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


ILocationQueryHelper.LocationTestDataMsg 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.LocationTestDataMsg Method
ArcGIS Developer Help

ILocationQueryHelper.LocationTestDataMsg Method

Determines if the current geometry meets the location query criteria.

[Visual Basic .NET]
Public Function LocationTestDataMsg ( _
    ByVal varGeometry As Object, _
    ByVal eSpatialRel As esriSpatialRelEnum _
) As Boolean
[C#]
public bool LocationTestDataMsg (
    object varGeometry,
    esriSpatialRelEnum eSpatialRel
);
[C++]
HRESULT LocationTestDataMsg(
  VARIANT varGeometry,
  esriSpatialRelEnum eSpatialRel
);
[C++]
Parameters
varGeometry [in]

varGeometry is a parameter of type VARIANT 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