Skip to content

height

Description

Element height.

Acceptable values

Positive number.

Value type of property

Number

Access

Read/Write

Example

JS
1
2
3
4
5
6
let item = motor.stator.item(StatorItem.ID1)

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

item.height = 100 // write

See also

Last update: 14 August 2025, 18:47