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


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

INAStreetDirectionEvent.StringCount Property

The count of strings in this event.

[Visual Basic .NET]
Public ReadOnly Property StringCount As Integer
[C#]
public int StringCount {get;}
[C++]
HRESULT get_StringCount(
  System.Int32* 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.

See Also

INAStreetDirectionEvent Interface