Difference between revisions of "MC-Basic:element.ATTACHEDTO/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} == 缩写 == == 格式 == ?<''element''>.AttachedTo == 适用版本 == 自版本3.6.20起 == 描述 == Returns name of an attached task to the given element. ...")
 
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:element.ATTACHEDTO}}
 
== 缩写 ==
 
== 缩写 ==
  
Line 9: Line 9:
  
 
== 描述 ==
 
== 描述 ==
Returns name of an attached task to the given element. <br>
+
将关联任务的名称返回给指定的元素。<br>
<big>'''Note'''</big> - 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.
+
<big>'''Note'''</big> - 如果''''''没有关联,但是属于组中的''''''关联,则返回激活轴列表及其关联的任务。如果该元素未关联到任何程序,则返回一个空字符串。
  
 
== 类型 ==
 
== 类型 ==
Line 25: Line 25:
  
 
== 使用范围 ==
 
== 使用范围 ==
Read Only
+
只读
  
 
== 例子 ==
 
== 例子 ==

Latest revision as of 03:31, 5 September 2017

语言: English  • 中文(简体)‎

缩写

格式

?<element>.AttachedTo

适用版本

自版本3.6.20起

描述

将关联任务的名称返回给指定的元素。
Note - 如果没有关联,但是属于组中的关联,则返回激活轴列表及其关联的任务。如果该元素未关联到任何程序,则返回一个空字符串。

类型

String

取值范围

单位

默认

使用范围

Configuration (for group only), Task, Terminal

使用范围

只读

例子

Axis
?A1.AttachedTo

Group
?G1.AttachedTo

参考