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.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public PropertyBoolean EraseExistingEntities { get; }
Visual Basic
Public ReadOnly Property EraseExistingEntities As PropertyBoolean Get
Visual C++
public: property PropertyBoolean^ EraseExistingEntities { PropertyBoolean^ get (); }