ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.LinearReferencing Namespace / RouteEventSourceOptions Class / AddErrorField Property

In This Topic
    AddErrorField Property (RouteEventSourceOptions)
    In This Topic
    Gets or sets the locating error field as an error column in a RouteEventSource.
    Syntax
    public bool AddErrorField {get; set;}
    Public Property AddErrorField As Boolean
    Remarks

    If true, the LOC_ERROR column displays locating errors during a RouteEventSource creation.These errors can be accessed from RouteEventSource.GetErrors.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also