ArcObjects Library Reference (Location)  

IRouteLocatorOperations.LocatePointEvents Method

Locate point events along target routes and write the result in an object class.

[Visual Basic .NET]
Public Function LocatePointEvents ( _
    ByVal clusterTolerance As Double, _
    ByVal outputProperties As IRouteEventProperties, _
    ByVal keepAllFields As Boolean, _
    ByVal outputName As IDatasetName, _
    ByVal configKeyword As String, _
    ByVal trackCancel As ITrackCancel _
) As ITable
[C#]
public ITable LocatePointEvents (
    double clusterTolerance,
    IRouteEventProperties outputProperties,
    bool keepAllFields,
    IDatasetName outputName,
    string configKeyword,
    ITrackCancel trackCancel
);
[C++]
HRESULT LocatePointEvents(
  double clusterTolerance,
  IRouteEventProperties* outputProperties,
  VARIANT_BOOL keepAllFields,
  IDatasetName* outputName,
  BSTR configKeyword,
  ITrackCancel* trackCancel,
  ITable** OutputTable
);
[C++]

Parameters

clusterTolerance [in]   clusterTolerance is a parameter of type double outputProperties [in]

  outputProperties is a parameter of type IRouteEventProperties

keepAllFields [in]   keepAllFields is a parameter of type VARIANT_BOOL outputName [in]

  outputName is a parameter of type IDatasetName

configKeyword [in]   configKeyword is a parameter of type BSTR trackCancel [in]

  trackCancel is a parameter of type ITrackCancel

OutputTable [out, retval]

  OutputTable is a parameter of type ITable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Creates a table that can be used to display point events on a map.

See Also

IRouteLocatorOperations Interface | IRouteLocatorOperations Interface