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


IRouteLocator.LocateRow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocator Interface > IRouteLocator.LocateRow Method
ArcGIS Developer Help

IRouteLocator.LocateRow Method

Locates an event table row containing a point or line route location.

[Visual Basic .NET]
Public Sub LocateRow ( _
    ByVal EventProperties As IRouteEventProperties, _
    ByVal row As IRow, _
    ByRef result As IGeometry, _
    ByRef LocatingError As esriLocatingError _
)
[C#]
public void LocateRow (
    IRouteEventProperties EventProperties,
    IRow row,
    ref IGeometry result,
    ref esriLocatingError LocatingError
);
[C++]
HRESULT LocateRow(
  IRouteEventProperties* EventProperties,
  IRow* row,
  IGeometry** result,
  esriLocatingError* LocatingError
);
[C++]
Parameters
EventProperties [in]

EventProperties is a parameter of type IRouteEventProperties* row [in]
row is a parameter of type IRow* result [out]
result is a parameter of type IGeometry** LocatingError [out]
LocatingError is a parameter of type esriLocatingError*

Product Availability

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

See Also

IRouteLocator Interface