ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.LinearReferencing Namespace / PointEventInfo Class
Members

In This Topic
    PointEventInfo Class
    In This Topic
    Represents information for an event table with point events. Each row in the table references an event, and its location is expressed as measurements along a route feature.
    Object Model
    PointEventInfo ClassTable Class
    Syntax
    public sealed class PointEventInfo : EventInfo 
    Public NotInheritable Class PointEventInfo 
       Inherits EventInfo
    Remarks
    An event table contains information about assets, conditions, and events that can be located along route features. There are two types of events: point events PointEventInfo and line eventsLineEventInfo. A point event describes a discrete location along a route (a point), whereas a line event describes a portion of a route (a line).
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Data.LinearReferencing.EventInfo
          ArcGIS.Core.Data.LinearReferencing.PointEventInfo

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also