This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INACompactStreetDirection2 Interface > INACompactStreetDirection2.StringCount Property (ArcObjects .NET 10.5 SDK) |
The number 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
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.