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


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

INACompactStreetDirection2.StringType Property

The direction string type by its index.

[Visual Basic .NET]
Public Function get_StringType ( _
    ByVal Index As Integer _
) As esriDirectionsStringType
[C#]
public esriDirectionsStringType get_StringType (
    int Index
);
[C++]
HRESULT get_StringType(
  long Index,
  esriDirectionsStringType* Type
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Type [out, retval]
Type is a parameter of type esriDirectionsStringType*

Product Availability

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

Remarks

StringType returns the type of the particular direction element as an esriNADirectionsStringType.

You can access an item's strings by using StringCount to loop over String.

See Also

INACompactStreetDirection2 Interface