SettingsLandXMLImportSettingsSurfaceImportCreateSourceDataInDrawing Property

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.8.0.292
Syntax
public bool CreateSourceDataInDrawing { get; set; }

Property Value

Boolean
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