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


IRouteEventSourceName.EventProperties Property (ArcObjects .NET 10.5 SDK)
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

.NET Related Topics

Location