Click or drag to resize

GH_SwitchAction Constructor

CTor.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public GH_SwitchAction(
	GH_SwitcherComponent component,
	string newUnit
)

Parameters

component
Type: Karamba.GHopper.Utilities.UIWidgetsGH_SwitcherComponent
The switcher component before the switch operation.
newUnit
Type: SystemString
The unit, the component is switching to.
See Also