Click or drag to resize

GH_SwitcherComponent Constructor

Initializes a new instance of the GH_SwitcherComponent class. Create a new switcher component.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
protected GH_SwitcherComponent(
	string sName,
	string sAbbreviation,
	string sDescription,
	string sCategory,
	string sSubCategory
)

Parameters

sName
Type: SystemString
sAbbreviation
Type: SystemString
sDescription
Type: SystemString
sCategory
Type: SystemString
sSubCategory
Type: SystemString
See Also