Difference between revisions of "AXY:MC-Basic:group.ATTACHEDTO"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "<GROUP>" to "<''group''>")
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.ATTACHEDTO|axis.ATTACHEDTO]]
+
* [[MC-Basic:axis.ATTACHEDTO|axis.ATTACHEDTO]]
  
  
 
}}
 
}}

Revision as of 08:43, 22 May 2014

Returns name of an attached task to the given element. If a group is not attached but the axes belonging to it are, the list of active axes and their tasks is returned. If the element is not attached to any program, an empty string is returned.

Syntax

?<group>.AttachedTo

Availability

Since Version 3.6.20

Type

String

Scope

Configuration, Task, Terminal

Limitations

Read Only

Examples

?G1.AttachedTo

See Also