Click or drag to resize

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)
Syntax
public static void expandValueList(
	GH_Component component,
	int input_ind,
	GH_ValueListMode list_mode,
	List<string> names = null
)

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