Share

SettingsCmdAddSurfaceBoundaries.SettingsCmdAddDataOptions.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.8.0.280

Syntax

C#

public PropertyBoolean NonDestructive { get; }

VB

Public ReadOnly Property NonDestructive As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ NonDestructive {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?