Gets a PropertyBoolean value specifies whether creation commands erase selected objects when they are converted to feature lines. By default objects are erased. Change this value to False to have objects remain in the drawing.

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

Syntax

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

See Also