|
GH_SwitchAction Constructor
|
CTor.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic GH_SwitchAction(
GH_SwitcherComponent component,
string newUnit
)
Public Sub New (
component As GH_SwitcherComponent,
newUnit As String
)
public:
GH_SwitchAction(
GH_SwitcherComponent^ component,
String^ newUnit
)
new :
component : GH_SwitcherComponent *
newUnit : string -> GH_SwitchAction
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