| Name | Description | |
|---|---|---|
![]() | Traverse Constructor | Overloaded. |
The following tables list the members exposed by Traverse.
| Name | Description | |
|---|---|---|
![]() | Traverse Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | AdjustmentResults | Gets the traverse adjustment results. |
![]() | ClosingPoint | Gets and sets the closing point of the traverse. |
![]() | ConstantScaleFactor | Gets the constant scale factor to be used in ground to grid calculations for the traverse. |
![]() | CourseCount | Gets the number of courses in the traverse. |
![]() | Courses | Gets the list of courses in the traverse. |
![]() | DirectionOffset | Gets the angle in decimal degrees to be used in ground to grid calculations for the traverse. |
![]() | GroundToGridCorrection | Gets 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. |
![]() | PolygonMapMember | Ges the MapMember for the polygon feature created for the traverse. This is populated only after CreateTraverse has been called for the traverse. |
![]() | PolygonObjectID | Gets the ObjectID for the polygon feature created for the traverse. This is populated only after CreateTraverse has been called for the traverse. |
![]() | StartPoint | Gets and sets the start point of the traverse. |
![]() | UseGroundToGridCorrections | Gets and sets whether the course information should have the ground to grid corrections applied. Default value is false. |
| 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. |