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


INATraversalResultElement.FromPosition Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INATraversalResultElement Interface > INATraversalResultElement.FromPosition Property
ArcGIS Developer Help

INATraversalResultElement.FromPosition Property

The starting position of the result element on the result source.

[Visual Basic .NET]
Public Property FromPosition As Double
[C#]
public double FromPosition {get; set;}
[C++]
HRESULT get_FromPosition(
  double position
);
[C++]
HRESULT put_FromPosition(
  System.Double* position
);
[C++]
Parameters
position [in]

position is a parameter of type double position [out, retval]
position is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The FromPosition property specifies the starting position of an NATraversalResultElement on the underlying feature in the network dataset.

See Also

INATraversalResultElement Interface