AddOperationForBreakLines Property

Specifies whether to add surface operation for BreakLines.

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

Syntax

C#

public bool AddOperationForBreakLines { get; set; }

Visual Basic

Public Property AddOperationForBreakLines As Boolean
	Get
	Set

Visual C++

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

See Also