Share

Acad.SystemVariableCollection.parseSysVarValue

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.SystemVariableCollection.parseSysVarValue(sysVarValue);

Group

ACAD Namespace

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.

ACAD Namespace

Was this information helpful?