Use the ToolspaceSurvey tab to create a control point using known northing and easting, or latitude and longitude (if the survey database references a coordinate zone), and elevation coordinates, to be used for traverse and least squares adjustments.
- In Toolspace, on the Survey tab, right-click the Control Points collection. Click New to open the New Control Point dialog box.
- Enter the point number.
Important
If there is a Survey Point (Non-Control point) with a matching number then the data for that point displays in the New Control Point dialog box. If there is no Survey Point defined in the Survey database that has a matching name, the program checks the active drawing to see if there is an AutoCAD Civil 3D point with a matching number. If there is an AutoCAD Civil 3D point with a matching number, then the point information displays in the New Control Point dialog box.
- Optionally, enter the point name.
Important
You can define a point by Name, or by deleting the number in the Number field and leaving it blank. Enter a Name in the Name field. If there is already a control point with that name an error message is displayed. If there is a Survey point with a matching name then the data for that point displays in the New Control Point dialog box. If there is no survey point or control point defined in the Survey database that has a matching name, the program checks the active drawing to see if there is an AutoCAD Civil 3D point with a matching name. If there is an AutoCAD Civil 3D point with a matching name, then the point information displays in the New Control Point dialog box.
- Enter the easting (X-coordinate) of the new control point.
- Enter the northing (Y-coordinate) of the new control point.
- Optionally, enter the elevation (Z-coordinate) of the new control point.
- Enter a description for the control point.
- Optionally, enter the latitude of the point. The Northing property value is calculated from the value entered in this field.
- Optionally, enter the longitude of the point. The Easting property value is calculated from the value entered in this field.
- Click OK to create the new control point. The new control point is displayed in the control points list view in Toolspace.
To create a new control point using the survey command language
- In Toolspace, on the Survey tab, right-click on the network that you want to add the control point to. Click Survey Command Window.
- To create a control point by northing and easting, at the Command line, enter:
NE (point) [north] [east] (description)
To create a control point by northing, easting, and elevation, at the Command line, enter: - To create a control point by latitude and longitude (if the survey database settings reference a coordinate zone), enter:
NE (point) [northing] [easting] (description)
| Parameter | Definition |
|---|---|
| point | The point identifier of the new point. You do not need to assign a point number if auto point numbering is on. |
| northing | The northing of the point. |
| easting | The easting of the point. |
| elevation | The elevation of the point. |
| latitude | The latitude of the point. Enter this value using the current survey database Angle unit. Use a positive value to indicate a location above the equator, or a negative value for one below it. |
| longitude | The longitude of the point. Enter this value using the current survey database Angle unit. Use a positive value to indicate a location east of the prime meridian, or a negative value for a location west of the prime meridian. |
| description | An optional description associated with the point. |
