ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultQuery.ToJunctionIDFieldName Property

The to junction ID field name.

[Visual Basic .NET]
Public ReadOnly Property ToJunctionIDFieldName As String
[C#]
public string ToJunctionIDFieldName {get;}
[C++]
HRESULT get_ToJunctionIDFieldName(
  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 ToJunctionID field name.

See Also

INATraversalResultQuery Interface