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

EventInfo Class
Represents information for an event table. Each row in the table references an event, and its location is expressed as measurements along a route feature.
Object Model
EventInfo ClassTable Class
Syntax
public abstract class EventInfo 
Remarks
An event is a linear, continuous, or point feature that occurs along a route feature. Anything that occurs on or describes a route feature can be an event. 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.LineEventInfo
      ArcGIS.Core.Data.LinearReferencing.PointEventInfo

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.3 or higher.
See Also