|
GH_ExtendableComponentAttributes Constructor
|
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic GH_ExtendableComponentAttributes(
IGH_Component nComponent
)
Public Sub New (
nComponent As IGH_Component
)
public:
GH_ExtendableComponentAttributes(
IGH_Component^ nComponent
)
new :
nComponent : IGH_Component -> GH_ExtendableComponentAttributes
Parameters
- nComponent
- Type: IGH_Component
[Missing <param name="nComponent"/> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.GH_ExtendableComponentAttributes.#ctor(Grasshopper.Kernel.IGH_Component)"]
See Also