ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.LinearReferencing Namespace / LocatingErrorType Enumeration

In This Topic
    LocatingErrorType Enumeration
    In This Topic
    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.
    Syntax
    Members
    MemberDescription
    CannotFindExtent Could not find route location's shape; the from-measure and the to-measure are outside of the route measures.
    CannotFindLocation Could not find route location's shape (the route has no M values or the route location's measures don't exist on the route).
    CannotFindRoute The route does not exist.
    FromPartialMatch Could not find the entire route location's shape; the from-measure was outside of the route measure range.
    FromToPartialMatch Could not find the entire route location's shape; the from-measure and the to-measure were outside of the route measure range.
    InvalidMeasure At least one of the route location's measure values is invalid.
    InvalidRouteID The route location's route ID is invalid (null, empty, or invalid value).
    MultipleLocations More than one point location was found.
    NullExtent The from-measure is equal to the to-measure.
    RouteMValuesNull The route does not have M values or the M values are null.
    RouteNotMAware The route is not a polyline M aware.
    RouteShapeEmpty The route does not have a shape or the shape is empty.
    ToPartialMatch Could not find the entire route location's shape; the to-measure was outside of the route measure range.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.LinearReferencing.LocatingErrorType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also