public PointEventTableConfiguration( string eventTableName, string routeIDFieldName, string measureFieldName )
Public Function New( _ ByVal eventTableName As String, _ ByVal routeIDFieldName As String, _ ByVal measureFieldName As String _ )
Parameters
- eventTableName
- The name of the table that contains point events.
- routeIDFieldName
- The name of the field that contains the route identifier associated with each event.
- measureFieldName
- The name of the field containing the measure value associated with the point event.