Gets an element of a specific type by ID.
"machineElements_var" is a variable referencing a MachineElements object. |
"machineElements_var" is a variable referencing a MachineElements object. |
| Type | Description |
| MachineElement | Returns an element of the desired type with the specified ID or null in the case where no match is found. |
| Name | Type | Description |
| typeId | string | Element typeId to filter. See staticTypeId for the desired element type. |
| elementId | string | Element ID to select. |