|
GH_SwitcherComponent Constructor
|
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxprotected GH_SwitcherComponent(
string sName,
string sAbbreviation,
string sDescription,
string sCategory,
string sSubCategory
)
Protected Sub New (
sName As String,
sAbbreviation As String,
sDescription As String,
sCategory As String,
sSubCategory As String
)
protected:
GH_SwitcherComponent(
String^ sName,
String^ sAbbreviation,
String^ sDescription,
String^ sCategory,
String^ sSubCategory
)
new :
sName : string *
sAbbreviation : string *
sDescription : string *
sCategory : string *
sSubCategory : string -> GH_SwitcherComponentParameters
- sName
- Type: SystemString
- sAbbreviation
- Type: SystemString
- sDescription
- Type: SystemString
- sCategory
- Type: SystemString
- sSubCategory
- Type: SystemString
See Also