|
Modelid_num Method
|
Returns the element's identification number for anidentifier.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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
Identifier to be indexed.
Return Value
Type:
Int32Index of the identifier.
See Also