Click or drag to resize

ValueListUtils Class

[Missing <summary> documentation for "T:Karamba.GHopper.Utilities.UIWidgets.ValueListUtils"]

Inheritance Hierarchy
SystemObject
  Karamba.GHopper.Utilities.UIWidgetsValueListUtils

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static class ValueListUtils

The ValueListUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberexpandValueList
Attach a value list to the given component at the input-plug given via index input_ind.
Public methodStatic memberupdateValueLists
Update the value lists connected to the input of a component. The method iterates through all Value lists connected to the input-plug of index input_ind. In case that the names of the existing value list are different from names a new value list will be set up. The previously chosen indexes will be mapped onto the new names.
Top
See Also