MC-Basic:element.ELEMENTID

From SoftMC-Wiki
Revision as of 08:27, 11 September 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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