This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INATraversalResultElement Interface > INATraversalResultElement.ToPosition Property (ArcObjects .NET 10.5 SDK) |
The ending position of the result element on the result source.
[Visual Basic .NET] Public Property ToPosition As Double
[C#] public double ToPosition {get; set;}
[C++]
HRESULT get_ToPosition(
double* position
);
[C++]
HRESULT put_ToPosition(
double position
);
[C++]
Parameters position [out, retval] position is a parameter of type double position [in] position is a parameter of type double
The ToPosition property specifies the ending position of an NATraversalResultElement on the underlying feature in the network dataset.