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

RouteEventSource Class
Represents a dynamic feature class created through the dynamic segmentation process.
Object Model
RouteEventSource ClassInsertCursor ClassFeature ClassRowBuffer ClassUpdateCursor ClassDifferenceCursor ClassTable ClassDatastore ClassRouteEventSourceDefinition ClassEventInfo ClassEnvelope ClassRouteInfo ClassFeatureDataset ClassJoin ClassRelationshipClass ClassRouteEventSourceOptions ClassRowCursor ClassSelection ClassRowCursor ClassContingencyValidationResult Class
Syntax
public sealed class RouteEventSource : ArcGIS.Core.Data.FeatureClass, System.IDisposable  
Remarks

Dynamic segmentation is the process of computing the map location (shape) of events stored in an event table.

The shapes of a route event source cannot be edited because they are generated by the dynamic segmentation process. When you edit a route event, you are editing the underlying event table.

Dynamic segmentation allows multiple sets of attributes to be associated with any portion of a linear feature.

Inheritance Hierarchy

System.Object
   ArcGIS.Core.CoreObjectsBase
      ArcGIS.Core.Data.Dataset
         ArcGIS.Core.Data.Table
            ArcGIS.Core.Data.FeatureClass
               ArcGIS.Core.Data.LinearReferencing.RouteEventSource

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.4 or higher.
See Also