|
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)
Syntaxpublic SwitcherComponent(
string sName,
string sAbbreviation,
string sDescription,
string sCategory,
string sSubCategory
)
Public Sub New (
sName As String,
sAbbreviation As String,
sDescription As String,
sCategory As String,
sSubCategory As String
)
public:
SwitcherComponent(
String^ sName,
String^ sAbbreviation,
String^ sDescription,
String^ sCategory,
String^ sSubCategory
)
new :
sName : string *
sAbbreviation : string *
sDescription : string *
sCategory : string *
sSubCategory : string -> SwitcherComponentParameters
- sName
- Type: SystemString
- sAbbreviation
- Type: SystemString
- sDescription
- Type: SystemString
- sCategory
- Type: SystemString
- sSubCategory
- Type: SystemString
See Also