ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / Traverse Class / ExportAsync Method
The export options. See TraverseExportOptions.

In This Topic
    ExportAsync Method
    In This Topic
    Exports the traverse to the ArcMap Traverse file format.
    Syntax
    Public Function ExportAsync( _
       ByVal options As TraverseExportOptions _
    ) As Task
    public Task ExportAsync( 
       TraverseExportOptions options
    )

    Parameters

    options
    The export options. See TraverseExportOptions.
    Exceptions
    ExceptionDescription
    Options or TraverseExportOptions.OutputFileName is null.
    The traverse file could not be saved.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also