JavaScript Application Programming Interface (API) for AutoCAD
ContentsIndexHome
PreviousUpNext
Acad.SystemVariableCollection.SystemVariable Function

Autodesk.AutoCAD.js

JavaScript
function Acad.SystemVariableCollection.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.

Links
Properties
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) 2016. All rights reserved.
What do you think about this topic? Send feedback!