|
Component_CroSec_SelectRangeSetup Method
|
setup for the component
Namespace:
Karamba.GHopper.CrossSections
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxprotected override void Setup(
GH_ExtendableComponentAttributes attr
)
Protected Overrides Sub Setup (
attr As GH_ExtendableComponentAttributes
)
protected:
virtual void Setup(
GH_ExtendableComponentAttributes^ attr
) override
abstract Setup :
attr : GH_ExtendableComponentAttributes -> unit
override Setup :
attr : GH_ExtendableComponentAttributes -> unit
Parameters
- attr
- Type: Karamba.GHopper.Utilities.UIWidgetsGH_ExtendableComponentAttributes
[Missing <param name="attr"/> documentation for "M:Karamba.GHopper.CrossSections.Component_CroSec_SelectRange.Setup(Karamba.GHopper.Utilities.UIWidgets.GH_ExtendableComponentAttributes)"]
See Also