Share

SettingsCmdCreateFeatureLines.SettingsCmdFeatureLineCreation.EraseExistingEntities Property

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

Syntax

C#

public PropertyBoolean EraseExistingEntities { get; }

VB

Public ReadOnly Property EraseExistingEntities As PropertyBoolean
	Get

C++

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

Property Value

PropertyBoolean

See Also

Reference

Was this information helpful?