Click or drag to resize

IdManagerid_num Method

returns the identification number of string identifier (e.g. name of an element). If not already present the id is enlisted

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

Parameters

id
Type: SystemString
string identifier (e.g. name of an element)

Return Value

Type: Int32
identification number of string identifier
See Also