IdManagerid_num Method

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

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public int id_num(
	string id
)

Parameters

id  String
string identifier (e.g. name of an element).

Return Value

Int32
identification number of string identifier.

See Also