|
RuntimeComponentData Constructor
|
Initializes a new instance of the
RuntimeComponentData class.
Create a new static component data instance.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic RuntimeComponentData(
GH_SwitcherComponent component
)
Public Sub New (
component As GH_SwitcherComponent
)
public:
RuntimeComponentData(
GH_SwitcherComponent^ component
)
new :
component : GH_SwitcherComponent -> RuntimeComponentData
Parameters
- component
- Type: Karamba.GHopper.Utilities.UIWidgetsGH_SwitcherComponent
The component to build the data from.
See Also