Gets a PropertyBoolean value that specifies the default selection of a type of breakline (destructive of non-destructive).

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

Syntax

C#
public PropertyBoolean NonDestructive { get; }
Visual Basic
Public ReadOnly Property NonDestructive As PropertyBoolean
	Get
Visual C++
public:
property PropertyBoolean^ NonDestructive {
	PropertyBoolean^ get ();
}

See Also