Retrieves the value of an AutoCAD system variable
(getvar varname)
The value of the system variable; otherwise nil, if varname is not a valid system variable.
Get the current value of the fillet radius:
Command: (getvar 'FILLETRAD)
0.25
See Also
-
The setvar function.