ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.LinearReferencing Namespace / PointEventSourceOptions Class / PointEventSourceOptions Constructor / PointEventSourceOptions Constructor(AngleType)
The type of locating angle that will be calculated.

In This Topic
    PointEventSourceOptions Constructor(AngleType)
    In This Topic
    Initializes a new instance of the PointEventSourceOptions class. Use this constructor to include the field for storing locating angles during the creation of a RouteEventSource using the dynamic segmentation process.
    Syntax
    Public Function New( _
       ByVal angleType As AngleType _
    )
    public PointEventSourceOptions( 
       AngleType angleType
    )

    Parameters

    angleType
    The type of locating angle that will be calculated.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.4 or higher.
    See Also