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

In This Topic
    CanAdjustAsync Method
    In This Topic
    Determines if the traverse can be adjusted with the specified adjustment method.
    Syntax

    Parameters

    adjustmentMethod
    The adjustment method to use.

    Return Value

    True if the traverse can be adjusted.
    Remarks
    There must be at least 2 courses in the traverse and the first course cannot be defined by a tangent curve or an angle/distance line.

    It is important to call this method prior to AdjustAsync to ensure that the traverse is well defined and a possible result can be found.

    Note that if this method returns true it does not preclude the AdjustAsync method from throwing an exception due to a calculation error and callers should code defensively and use appropriate exception handling.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also