|
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)
Syntaxpublic int id_num(
string id
)
Public Function id_num (
id As String
) As Integer
public:
int id_num(
String^ id
)
member id_num :
id : string -> int
Parameters
- id
- Type: SystemString
string identifier (e.g. name of an element)
Return Value
Type:
Int32identification number of string identifier
See Also