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


INACompactStreetDirection2.Events 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.Events Property
ArcGIS Developer Help

INACompactStreetDirection2.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.

Remarks

An event in a direction item is something that occurs during themaneuver that is not an action item.  Crossing a time zone or jurisdictional boundary are examples of direction events.

See Also

INACompactStreetDirection2 Interface