Share

SettingsLandXMLImport.SettingsSurfaceImport.AddOperationForBreakLines Property

Specifies whether to add surface operation for BreakLines.



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

Syntax

C#

public bool AddOperationForBreakLines { get; set; }

VB

Public Property AddOperationForBreakLines As Boolean
	Get
	Set

C++

public:
property bool AddOperationForBreakLines {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?