ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultQuery.FromPositionFieldName Property

The from position field name.

[Visual Basic .NET]
Public ReadOnly Property FromPositionFieldName As String
[C#]
public string FromPositionFieldName {get;}
[C++]
HRESULT get_FromPositionFieldName(
  BSTR* FieldName
);
[C++]

Parameters

FieldName [out, retval]   FieldName is a parameter of type BSTR

Product Availability

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

Remarks

Specifies the FromPosition field name. The FromPosition field value provides the starting position of an NATraversalResultElement on the underlying feature in the network dataset.

See Also

INATraversalResultQuery Interface