Difference between revisions of "AXY:MC-Basic:axis.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:axis.ELEMENTID|axis.ELEMENTID]]
+
* [[MC-Basic:axis.ELEMENTID|axis.ELEMENTID]]
  
  
 
}}
 
}}

Revision as of 08:45, 22 May 2014

Returns how many axes are belonging to this element

Syntax

?<axis>.ElementSize

Availability

Since Version 3.6.20

Type

Long

Range

Always returns 0 for axis

Scope

Task, Terminal

Limitations

Modal Only, Read only

Examples

n = A1.ElementSize

See Also