ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirection.Text Property

The driving direction text.

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

Parameters

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

Product Availability

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

Remarks

Text returns the text of the particular direction element.

The following lines are examples of what Text might return:

 

See Also

INACompactStreetDirection Interface