IRouteEventProperties Interface

Provides access to the properties of an event table.

Members

Name Description
Read/write property EventMeasureUnit The units of the event measure(s).
Read/write property EventRouteIDFieldName The route identifier field name.
Method GetSettingError The state of the object (see if all the required field names have been set).
Read-only property IsALineEvent Is a line event.
Read/write property LateralOffsetFieldName The lateral offset field name.

IRouteEventProperties.EventMeasureUnit Property

The units of the event measure(s).

Public Property EventMeasureUnit As esriUnits
public esriUnits EventMeasureUnit {get; set;}

IRouteEventProperties.EventRouteIDFieldName Property

The route identifier field name.

Public Property EventRouteIDFieldName As String
public string EventRouteIDFieldName {get; set;}

IRouteEventProperties.GetSettingError Method

The state of the object (see if all the required field names have been set).

Public Sub GetSettingError ( _
)
public void GetSettingError (
);

IRouteEventProperties.IsALineEvent Property

Is a line event.

Public ReadOnly Property IsALineEvent As Boolean
public bool IsALineEvent {get;}

IRouteEventProperties.LateralOffsetFieldName Property

The lateral offset field name.

Public Property LateralOffsetFieldName As String
public string LateralOffsetFieldName {get; set;}

Classes that implement IRouteEventProperties

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.