Click or drag to resize

IdManagerid Method

return string identifiers which correspond to a numerical identifier

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<string> id(
	int id_num
)

Parameters

id_num
Type: SystemInt32
numerical identifier

Return Value

Type: ListString
list of identifiers (e.g. names of elements)
See Also