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