C++
Acad::ErrorStatus setXrefEditEnabled( bool enable );
Description
If enable is true, the XEDIT value of this database is set to 1. Otherwise, it is set to 0.
See the system variables documentation in the AutoCAD Command Reference for information on XEDIT.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
enable | Input bool to be used as the value for XEDIT |