ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.LinearReferencing Namespace / PointEventTableConfiguration Class / PointEventTableConfiguration Constructor
The name of the table that contains point events.
The name of the field that contains the route identifier associated with each event.
The name of the field containing the measure value associated with the point event.

In This Topic
    PointEventTableConfiguration Constructor
    In This Topic
    Construct an object to describe a point event table to hold events' information, EventInfo.
    Syntax
    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.
    Exceptions
    ExceptionDescription
    measureFieldName is null.
    measureFieldName is empty.
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also