ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirection.StringCount Property

The count of direction strings in this item.

[Visual Basic .NET]
Public ReadOnly Property StringCount As Integer
[C#]
public int StringCount {get;}
[C++]
HRESULT get_StringCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

Remarks

StringCount returns the number of direction strings. 

A direction item can be made up of multiple strings of the types delineated by esriDirectionsStringType.  You can access an item's strings by using StringCount to loop over String.

See Also

INAStreetDirection Interface