| Name | Description | |
|---|---|---|
![]() | AddCourse | Adds a new COGO line to the traverse. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | AddCourseAsync | Adds a new COGO line to the traverse. |
![]() | AddCourses | Adds a set of COGO lines to the traverse. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | AddCoursesAsync | Adds a set of COGO lines to the traverse. |
![]() | Adjust | Performs 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. |
![]() | AdjustAsync | Performs an adjustment of the traverse using the specified adjustment method. Following the adjustment use AdjustmentResults to obtain the adjustment results. |
![]() | CalculateCoordinates | Calculates the coordinates of the traverse directly from the COGO on the traverse courses. |
![]() | CanAdjust | Determines if the traverse can be adjusted with the specified adjustment method. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | CanAdjustAsync | Determines if the traverse can be adjusted with the specified adjustment method. |
![]() | CanCalculateCoordinates | Determines if coordinates can be calculated for the traverse using COGO. |
![]() | Export | Exports the traverse to the ArcMap Traverse file format. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ExportAsync | Exports the traverse to the ArcMap Traverse file format. |
![]() | GetClosure | Gets the traverse closure. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetClosureAsync | Gets the traverse closure. |
![]() ![]() | Import | Imports an ArcMap traverse file and creates a Traverse. This method must be called on the MCT. Use QueuedTask.Run. |
![]() ![]() | ImportAsync | Imports an ArcMap traverse file and creates a Traverse. |
![]() | IsValid | Gets if the traverse is valid; i.e. it is well defined. |

