|
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)
Syntaxpublic List<string> id(
int id_num
)
Public Function id (
id_num As Integer
) As List(Of String)
public:
List<String^>^ id(
int id_num
)
member id :
id_num : int -> List<string>
Parameters
- id_num
- Type: SystemInt32
numerical identifier
Return Value
Type:
ListStringlist of identifiers (e.g. names of elements)
See Also