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


In This Topic
    Traverse Class Members
    In This Topic

    The following tables list the members exposed by Traverse.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the traverse adjustment results.  
    Public Property Gets and sets the closing point of the traverse.  
    Public Property Gets the constant scale factor to be used in ground to grid calculations for the traverse.  
    Public Property Gets the number of courses in the traverse.  
    Public Property Gets the list of courses in the traverse.  
    Public Property Gets the angle in decimal degrees to be used in ground to grid calculations for the traverse.  
    Public PropertyGets and sets the ArcGIS.Core.CIM.CIMGroundToGridCorrection for the traverse course information. To apply the corrections during calculations ensure UseGroundToGridCorrections is true, and ArcGIS.Core.CIM.CIMGroundToGridCorrection.Enabled is true.  
    Public PropertyGes the MapMember for the polygon feature created for the traverse. This is populated only after CreateTraverse has been called for the traverse.  
    Public PropertyGets the ObjectID for the polygon feature created for the traverse. This is populated only after CreateTraverse has been called for the traverse.  
    Public Property Gets and sets the start point of the traverse.  
    Public Property Gets and sets whether the course information should have the ground to grid corrections applied. Default value is false.  
    Top
    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