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

In This Topic
    IsPositiveOffsetOnRight Property
    In This Topic
    Gets or sets the side on which route events with a positive offset will be displayed.
    Syntax
    public bool IsPositiveOffsetOnRight {get; set;}
    Public Property IsPositiveOffsetOnRight As Boolean
    Remarks

    If true, events with a positive offset will be displayed to the right of the route as determined by the digitized direction. If false, events with a positive offset will be displayed to the left of the route as determined by the measures.

    The offset field name should be set in the EventInfo object for the property to take effect.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also