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


In This Topic
    Traverse Class Properties
    In This Topic

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

    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
    See Also