This document is archived and information here might be outdated.  Recommended version.


INACompactStreetDirection.Text Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INACompactStreetDirection Interface > INACompactStreetDirection.Text Property
ArcGIS Developer Help

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(
  System.String* 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