ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / TraverseManager Class / LoadTraverse Method / LoadTraverse(String,String) Method
The path and name of the ArcMap traverse file..
The name of the operation added to the undo stack. If not specified, then the "Import an ArcMap traverse file" string will be used.

In This Topic
    LoadTraverse(String,String) Method
    In This Topic
    Loads the specified ArcMap traverse file into the traverse pane and grid. This adds a single item to the undo stack. Specify the name of the operation using the operationName.
    Syntax
    Public Overloads Function LoadTraverse( _
       ByVal traverseFilePath As String, _
       ByVal operationName As String _
    ) As Task
    public Task LoadTraverse( 
       string traverseFilePath,
       string operationName
    )

    Parameters

    traverseFilePath
    The path and name of the ArcMap traverse file..
    operationName
    The name of the operation added to the undo stack. If not specified, then the "Import an ArcMap traverse file" string will be used.
    Exceptions
    ExceptionDescription
    The traverseFilePath is null or empty.
    The traverseFilePath does not exist or does not have the correct file extension.
    There was an error loading the traverse file.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also