Provides access to the properties of an event table.
Members
Name | Description | |
---|---|---|
EventMeasureUnit | The units of the event measure(s). | |
EventRouteIDFieldName | The route identifier field name. | |
GetSettingError | The state of the object (see if all the required field names have been set). | |
IsALineEvent | Is a line event. | |
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 |
---|