ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.LinearReferencing Namespace / LineEventTableConfiguration Class / LineEventTableConfiguration Constructor
The name of the table that contains line events.
The name of the field that contains the route identifier associated with each event.
The name of the field that identifies where the event starts within the route.
The name of the field that identifies where the event ends within the route.

In This Topic
    LineEventTableConfiguration Constructor
    In This Topic
    Construct an object to describe a line event table to hold events' information, EventInfo.
    Syntax

    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.
    Exceptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also