ArcGIS Pro 3.4 API Reference Guide
Inheritance Hierarchy
In This Topic
    ArcGIS.Core.Data.LinearReferencing Namespace
    In This Topic

    This namespace contains types used for linear referencing.

    Classes
     ClassDescription
    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.
    ClassDescribes an event table to hold events' information as the results of RouteInfo.LocateFeatures.
    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.
    ClassRepresents a configuration to create a dynamic feature class (RouteEventSource) originating from line events using the dynamic segmentation process.
    ClassDescribes a line event table to hold events' information as the results of RouteInfo.LocateFeatures
    Class 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.
    ClassRepresents a configuration to create a dynamic feature class (RouteEventSource) originating from point events using the dynamic segmentation process.
    ClassDescribes a point event table to hold events' information as the results of RouteInfo.LocateFeatures
    Class Represents a dynamic feature class created through the dynamic segmentation process.
    ClassRepresents the schema and properties of an RouteEventSource.
    ClassRepresents an error when locating an event along a route during RouteEventSource creation or update, which uses a dynamic segmentation process.
    ClassProvides a configuration to create a dynamic feature class (RouteEventSource) using the dynamic segmentation process.
    ClassRepresents a route feature class's information, ArcGIS.Core.Data.FeatureClass. A route feature class is an M-enabled polyline feature class containing a unique identifier attribute field.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies the locating angle type for a RouteEventSource.
    Enumeration Specifies the type of Event. An Event is a feature that occurs along a route feature. Anything that occurs on or describes a route feature can be an event. Examples might include pavement quality, accident sites, and speed limits in the transportation field.
    Enumeration Specifies the error type associated with a row in the event table when determining the event's location along a route via the dynamic segmentation process.
    See Also