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


INAStreetDirection3.Events Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirection3.Events Property

The collection of events along the item.

[Visual Basic .NET]
Public ReadOnly Property Events As IArray
[C#]
public IArray Events {get;}
[C++]
HRESULT get_Events(
  IArray** pVal
);
[C++]

Parameters pVal [out, retval]
pVal is a parameter of type IArray

Product Availability

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

See Also

INAStreetDirection3 Interface