ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / Traverse Class / AdjustAsync Method
The adjustment method to use.

In This Topic
    AdjustAsync Method
    In This Topic
    Performs an adjustment of the traverse using the specified adjustment method. Following the adjustment use AdjustmentResults to obtain the adjustment results.
    Syntax
    Public Function AdjustAsync( _
       ByVal adjustmentMethod As TraverseAdjustmentMethod _
    ) As Task

    Parameters

    adjustmentMethod
    The adjustment method to use.
    Exceptions
    ExceptionDescription
    Cannot adjust this traverse with the provided parameters.
    Remarks
    Use CanAdjustAsync to determine if the traverse is valid and can be adjusted with the specified method prior to calling this method.

    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also