ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / TraverseExportOptions Class / TraverseExportOptions Constructor / TraverseExportOptions Constructor(String)
The output path name.

In This Topic
    TraverseExportOptions Constructor(String)
    In This Topic
    Constructor for the traverse export options.
    Syntax
    Public Function New( _
       ByVal outputFileName As String _
    )
    public TraverseExportOptions( 
       string outputFileName
    )

    Parameters

    outputFileName
    The output path name.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also