This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INATraversalResultQuery Interface > INATraversalResultQuery.FromPositionFieldName Property (ArcObjects .NET 10.4 SDK) |
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
Specifies the FromPosition field name. The FromPosition field value provides the starting position of an NATraversalResultElement on the underlying feature in the network dataset.