Click or drag to resize

SwitcherComponent Constructor

Initializes a new instance of the SwitcherComponent class. Creates a new switcher component instance.

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