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


In This Topic
    Traverse Class Methods
    In This Topic

    For a list of all members of this type, see Traverse members.

    Public Methods
     NameDescription
    Public Method Adds a new COGO line to the traverse. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Adds a new COGO line to the traverse.  
    Public Method Adds a set of COGO lines to the traverse. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Adds a set of COGO lines to the traverse.  
    Public MethodPerforms an adjustment of the traverse using the specified adjustment method. Following the adjustment use AdjustmentResults to obtain the adjustment results. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodPerforms an adjustment of the traverse using the specified adjustment method. Following the adjustment use AdjustmentResults to obtain the adjustment results.  
    Public Method Calculates the coordinates of the traverse directly from the COGO on the traverse courses.  
    Public Method Determines if the traverse can be adjusted with the specified adjustment method. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Determines if the traverse can be adjusted with the specified adjustment method.  
    Public Method Determines if coordinates can be calculated for the traverse using COGO.  
    Public Method Exports the traverse to the ArcMap Traverse file format. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Exports the traverse to the ArcMap Traverse file format.  
    Public Method Gets the traverse closure. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the traverse closure.  
    Public Methodstatic (Shared in Visual Basic)Imports an ArcMap traverse file and creates a Traverse. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic)Imports an ArcMap traverse file and creates a Traverse.  
    Public Method Gets if the traverse is valid; i.e. it is well defined.  
    Top
    See Also