|
JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.SystemVariable(sName,type,sValue,active,min,max);
|
Parameters |
Description |
|
sName |
is the name of system variable |
|
type |
is type of resource buffer |
|
sValue |
is the value of system variable |
|
active |
indicates whether the system variable is active or not |
|
min |
is minimum value of system variable |
|
max |
s maximum value of system variable |
This class represents system variables.
|
Name |
Type |
Description |
Condition |
|
Name |
String |
This property is used to get system variable name. |
Read-only |
|
valueType |
This property is used to get system variable value type. |
Read-only | |
|
Value |
This property is used to get/set system variable minimum value. |
Read-write | |
|
isActive |
Boolean |
This property is used to get system variable status. |
Read-only |
|
minimum |
Number |
This property is used to get system variable minimum value. |
Read-only |
|
maximum |
Number |
This property is used to get system variable maximum value. |
Read-only |
|
Copyright (c) 2012. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|