Click or drag to resize

ItemSelectorenlist Method (ListString, Int32)

Add entries consisting of a key (e.g. element name) and its index in the model

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void enlist(
	List<string> keys,
	int ind
)

Parameters

keys
Type: System.Collections.GenericListString
list of identifiers (names) of an element
ind
Type: SystemInt32
index of element
See Also