ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultQuery.ToPositionFieldName Property

The to position field name.

[Visual Basic .NET]
Public ReadOnly Property ToPositionFieldName As String
[C#]
public string ToPositionFieldName {get;}
[C++]
HRESULT get_ToPositionFieldName(
  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 ToPosition field name. The ToPosition field value provides the ending position of an NATraversalResultElement on the underlying feature in the network dataset.

See Also

INATraversalResultQuery Interface