public LineEventTableConfiguration( string eventTableName, string routeIDFieldName, string fromMeasureFieldName, string toMeasureFieldName )
Public Function New( _ ByVal eventTableName As String, _ ByVal routeIDFieldName As String, _ ByVal fromMeasureFieldName As String, _ ByVal toMeasureFieldName As String _ )
Parameters
- eventTableName
- The name of the table that contains line events.
- routeIDFieldName
- The name of the field that contains the route identifier associated with each event.
- fromMeasureFieldName
- The name of the field that identifies where the event starts within the route.
- toMeasureFieldName
- The name of the field that identifies where the event ends within the route.