Click or drag to resize

GH_SwitcherComponentAttributes Constructor

Initializes a new instance of the GH_SwitcherComponentAttributes class. Create a new switcher attribute.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public GH_SwitcherComponentAttributes(
	GH_SwitcherComponent component
)

Parameters

component
Type: Karamba.GHopper.Utilities.UIWidgetsGH_SwitcherComponent
The owning switcher component.
See Also