ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / Traverse Class / AddCourseAsync Method
The COGOLine to add to the traverse.

In This Topic
    AddCourseAsync Method
    In This Topic
    Adds a new COGO line to the traverse.
    Syntax
    Public Function AddCourseAsync( _
       ByVal cogoLine As COGOLine _
    ) As Task
    public Task AddCourseAsync( 
       COGOLine cogoLine
    )

    Parameters

    cogoLine
    The COGOLine to add to the traverse.
    Exceptions
    ExceptionDescription
    cogoLine is null.
    cogoLine is not the appropriate type to be the first course.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also