::hwat::utils::GetEntityNameFromId - Finds the name of the entity from the ID.
::hwat::utils::GetEntityNameFromId str_entityType entityIdList
str_entityType |
The type of the entity. |
entityIdList |
A Tcl list of IDs of the entity type. |
A Tcl list of names corresponding to the IDs if successful, {} otherwise.
::hwat::utils::GetEntityNameFromId "elements" [list 100 1001 1002]