Click or drag to resize

GH_SwitchAction Constructor

Initializes a new instance of the GH_SwitchAction class. CTor.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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