C++
Acad::ErrorStatus setAttreq( bool req );
Description
Beginning with AutoCAD 2000, the ATTREQ system variable value is no longer saved in the database. This function always returns Acad::eNotApplicable. To set this system variable for an AutoCAD session, please use the acedSetVar() function.
See the System Variables section of the AutoCAD Command Reference for information on ATTREQ.
Parameters
Parameters | Description |
---|---|
req | Input Boolean indicating desired ATTREQ system variable value |