NonDestructive Property

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.3.1717.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