C++
Acad::ErrorStatus setPickstyle( Adesk::Int16 style );
Description
Beginning with AutoCAD 2000, the PICKSTYLE 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 PICKSTYLE.
Parameters
Parameters | Description |
---|---|
style | Input PICKSTYLE value (must be in the range 0 to 3) |