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


IRouteEventSource.EventTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteEventSource Interface > IRouteEventSource.EventTable Property
ArcGIS Developer Help

IRouteEventSource.EventTable Property

The table of containing route events.

[Visual Basic .NET]
Public ReadOnly Property EventTable As ITable
[C#]
public ITable EventTable {get;}
[C++]
HRESULT get_EventTable(
  ITable** aTable
);
[C++]
Parameters
aTable [out, retval]

aTable is a parameter of type ITable**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRouteEventSource Interface