Difference between revisions of "AskAttribute"

Line 1: Line 1:
[[category:Typescript Commands]]
+
[[Category:Typescript Commands]]
  
= Command AskAttribute  =
+
== Command AskAttribute  ==
  
 
Usage:
 
Usage:
:AskAttribute «attribute», «category», «yes/no»
+
:'''AskAttribute''' ''attribute, category, yes/no''
  
The AskAttribute command controls which attributes display on the object window or attribute panel. These can be changed by selecting Object->Attribute... from the menus.  
+
The AskAttribute command controls which attributes display on the object window or attribute panel. These can be changed by selecting ''Object → Attribute...'' from the menus.  
  
The following command causes the Check attribute to be visible on object windows and attribute attribute panel for Variable objects:
+
The following command causes the [[Check]] attribute to be visible on object windows and attribute attribute panel for Variable objects:
  
AskAttribute Check, Variable, Yes
+
:<code>AskAttribute Check, Variable, Yes</code>
 +
 
 +
==See Also==
 +
* [[ShowAskAttribute]]
 +
* [[Typescript]]

Revision as of 20:58, 21 January 2016


Command AskAttribute

Usage:

AskAttribute attribute, category, yes/no

The AskAttribute command controls which attributes display on the object window or attribute panel. These can be changed by selecting Object → Attribute... from the menus.

The following command causes the Check attribute to be visible on object windows and attribute attribute panel for Variable objects:

AskAttribute Check, Variable, Yes

See Also

Comments


You are not allowed to post comments.