This document is archived and information here might be outdated. Recommended version. |
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*