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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Versions 3.6.20 and higher" to "Since Version 3.6.20")
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:group.ELEMENTID|group.ELEMENTID]]
+
* [[MC-Basic:group.ELEMENTID|group.ELEMENTID]]
  
  
 
}}
 
}}

Revision as of 08:50, 22 May 2014

Returns how many axes are belonging to this group

Syntax

?<group>.ElementSize

Availability

Since Version 3.6.20

Type

Long

Range

1 to 64 ( 0 value for axes identification only )

Scope

Configuration, Task, Terminal

Limitations

Modal Only, Read only

Examples

n = G1.ElementSize

See Also