ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / Traverse Class / AdjustmentResults Property

In This Topic
    AdjustmentResults Property
    In This Topic
    Gets the traverse adjustment results.
    Syntax
    Public ReadOnly Property AdjustmentResults As TraverseAdjustmentResults
    public TraverseAdjustmentResults AdjustmentResults {get;}
    Remarks
    This will return null if the traverse has been modified since the last adjustment or if an adjustment has not been performed. See AdjustAsync to perform the adjustment.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also