Imports the surface source data (breaklines, contours, points, and chains) into the drawing as 3D polylines and points.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public bool CreateSourceDataInDrawing { get; set; }
Visual Basic
Public Property CreateSourceDataInDrawing As Boolean
	Get
	Set
Visual C++
public:
property bool CreateSourceDataInDrawing {
	bool get ();
	void set (bool value);
}

Remarks

Breaklines, contours, and chains are created as 3D polylines. DataPoints are created as COGO points in a point group named <surface name>_DataPoints. This data is created on the following layers prefixed with the surface name: [surface name]_Breaklines [surface name]_Contours [surface name]_Chains [surface name]_DataPoints_PntList3D NoteThis data is not added to the surface definition in the Prospector tree. You can manually add it if desired, or create a different surface from it for comparison purposes.

See Also