Specifies whether to add surface operation for BreakLines.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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); }