JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.SystemVariableCollection.SystemVariable.postValue(sValue);
Parameters |
Description |
sValue |
is value of system variable |
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.
Use this function to set system variable value using command.
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|