Skip to content

height

Description

Element height.

Accepted values

Positive number.

Value Type Property type

Number

Access

Read\Write

Example

JS
1
2
3
4
5
6
let item = motor.rotor.item(RotorItem.ID1)

let itemHeight = item.height // read
console.info(itemHeight)

item.height = 100 // write

See Also

Last update: 14 August 2025, 18:47