ArcObjects Library Reference (GeoDatabase)  

IRouteEventSourceName.EventProperties Property

The route event properties.

[Visual Basic .NET]
Public Property EventProperties As IRouteEventProperties
[C#]
public IRouteEventProperties EventProperties {get; set;}
[C++]
HRESULT get_EventProperties(
  IRouteEventProperties** EventProperties
);
[C++]
HRESULT putref_EventProperties(
  IRouteEventProperties* EventProperties
);
[C++]

Parameters

EventProperties [out, retval]

  EventProperties is a parameter of type IRouteEventProperties

EventProperties [in]

  EventProperties is a parameter of type IRouteEventProperties

Product Availability

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

See Also

IRouteEventSourceName Interface