IdManagerid Method
return string identifiers which correspond to a numerical identifier.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public 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>
- id_num Int32
- numerical identifier.
ListStringlist of identifiers (e.g. names of elements).