Difference between revisions of "MC-Basic:element.ELEMENTID"

From SoftMC-Wiki
Jump to: navigation, search
(new page)
 
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:element.ELEMENTID}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 08:27, 11 September 2017

Language: English  • 中文(简体)‎

For axis - Returns unique ID of the axis.
For group - Returns the group that include generic group ID.

Syntax

? <element>.ElementID

Availability

Since Version 3.6.20

Type

Long

Range

Axis - 1 to 64.
Group - 65 to 96.

Scope

Terminal or Task

Limitations

Modal Only, Read only

Examples

Axis
?A1.ElementID

Group
?G1.ElementID

See Also