Acad.SystemVariableCollection.parseSysVarValue
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.SystemVariableCollection.parseSysVarValue(sysVarValue);
Group
Parameters
Parameter | Description |
---|---|
sysVarValue | is the value of the system variable |
Returns
Value of the system variable after it has been read from the JSON.
Description
Use this function to return the raw value of the system variable.