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

LineEventInfo Class
Represents information for an event table with line events. Each row in the table references an event, and its location is expressed as measurements along a route feature.
Object Model
LineEventInfo ClassTable Class
Syntax
public sealed class LineEventInfo : 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.LineEventInfo

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.3 or higher.
See Also