MC-Basic:element.ELEMENTID

From SoftMC-Wiki
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