|
ValueListUtilsexpandValueList Method
|
Attach a value list to the given component at the input-plug given via index input_ind.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static void expandValueList(
GH_Component component,
int input_ind,
GH_ValueListMode list_mode,
List<string> names = null
)
Public Shared Sub expandValueList (
component As GH_Component,
input_ind As Integer,
list_mode As GH_ValueListMode,
Optional names As List(Of String) = Nothing
)
public:
static void expandValueList(
GH_Component^ component,
int input_ind,
GH_ValueListMode list_mode,
List<String^>^ names = nullptr
)
static member expandValueList :
component : GH_Component *
input_ind : int *
list_mode : GH_ValueListMode *
?names : List<string>
(* Defaults:
let _names = defaultArg names null
*)
-> unit
Parameters
- component
- Type: GH_Component
component where to attach the value list. - input_ind
- Type: SystemInt32
index of the input-plug where to attach the value list. - list_mode
- Type: GH_ValueListMode
appearance and selection properties of the value list. - names (Optional)
- Type: System.Collections.GenericListString
[Missing <param name="names"/> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.ValueListUtils.expandValueList(Grasshopper.Kernel.GH_Component,System.Int32,Grasshopper.Kernel.Special.GH_ValueListMode,System.Collections.Generic.List{System.String})"]
See Also