C++
Acad::ErrorStatus setAttdia( bool dia );
Description
Beginning with AutoCAD 2000, the ATTDIA 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 ATTDIA.
Parameters
Parameters | Description |
---|---|
dia | Input Boolean indicating desired ATTDIA system variable value |