C++
Acad::ErrorStatus setCoords( Adesk::Int16 coords );
Description
Beginning with AutoCAD 2000, the COORDS 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 COORDS.
Parameters
Parameters | Description |
---|---|
coords | Input desired COORDS value (must be in the range 0 to 2) |