This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocator Interface > IRouteLocator.LocateRow Method (ArcObjects .NET 10.4 SDK) |
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