ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / TraverseExportOptions Class
Properties


In This Topic
    TraverseExportOptions Class Members
    In This Topic

    The following tables list the members exposed by TraverseExportOptions.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property The number of decimal places to write directions. Default is 0.  
    Public PropertyThe direction type. All directions will be output in this format. Default is ArcGIS.Core.CIM.DirectionType.QuadrantBearing.  
    Public PropertyThe direction units. All directions will be output in this unit. Default is ArcGIS.Core.CIM.DirectionUnits.DegreesMinutesSeconds.  
    Public Property The number of decimal places to write distances. Default is 3  
    Public Property The path and name of the output file. If this file already exists it will be overwritten.  
    Top
    See Also