Retrieves the value of an AutoCAD system variable
(getvar varname)
Arguments
A string or symbol that names a system variable. See the Command Reference for a list of current AutoCAD system variables.
Return Values
nil, if varname is not a valid system variable.
The value of the system variable; otherwiseExamples
Get the current value of the fillet radius:
Command: (getvar 'FILLETRAD)
0.25
setvar function.
The