SettingsCmdCreateFeatureLinesSettingsCmdFeatureLineCreationEraseExistingEntities 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.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyBoolean EraseExistingEntities { get; }
Public ReadOnly Property EraseExistingEntities As PropertyBoolean
Get
public:
property PropertyBoolean^ EraseExistingEntities {
PropertyBoolean^ get ();
}
Property Value
PropertyBoolean
See Also