SettingsLandXMLImportSettingsSurfaceImportCreateSourceDataInDrawing Property |
Imports the surface source data (breaklines, contours, points, and chains) into the drawing as 3D polylines and points.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool CreateSourceDataInDrawing { get; set; }
Public Property CreateSourceDataInDrawing As Boolean
Get
Set
public:
property bool CreateSourceDataInDrawing {
bool get ();
void set (bool value);
}
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