PoleArrangementComboBox()¶ Description¶ Constructor of the PoleArrangementComboBox type. Syntax¶ JSnew PoleArrangementComboBox(parent: widget = null) -> PoleArrangementComboBox Return value¶ Type Description PoleArrangementComboBox Object of type PoleArrangementComboBox. Example¶ JS1 2let w = new PoleArrangementComboBox(); console.info(w); See Also Last update: 18 August 2025, 14:28