|
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)
Syntaxpublic void enlist(
List<string> keys,
int ind
)
Public Sub enlist (
keys As List(Of String),
ind As Integer
)
public:
void enlist(
List<String^>^ keys,
int ind
)
member enlist :
keys : List<string> *
ind : int -> unit
Parameters
- keys
- Type: System.Collections.GenericListString
list of identifiers (names) of an element - ind
- Type: SystemInt32
index of element
See Also