Share

Acad.SystemVariableCollection.getSystemVariable

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.SystemVariableCollection.getSystemVariable(name);

Group

ACAD Namespace

Parameters

Parameter Description
name is the name of the system variable

Returns

An object Acad.SystemVariable in the success callback function. This function returns a promise pattern result, it has to be called as a Promise Pattern with .then(onSuccess, onError) function.

Description

Use this function to return the system variable.

Exception

Throws an Error object.

ACAD Namespace

Was this information helpful?