Share

Acad.SystemVariable.postValue Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.SystemVariable.postValue(sValue);

Group

ACAD Namespace

Parameters

Parameter Description
sValue value to assign to the system variable

Returns

SystemVariable

Description

Use this function to set system variable value using command.

Remarks

This is asynchronous function call. It will not return error if the value is not set successfully. You should check if the value is set successfully in the listener callback function.

ACAD Namespace

Was this information helpful?