HyperWorks Tools

::hwat::utils::GetEntityNameFromId

::hwat::utils::GetEntityNameFromId

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetEntityNameFromId

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::utils::GetEntityNameFromId - Finds the name of the entity from the ID.

 

SYNTAX

::hwat::utils::GetEntityNameFromId str_entityType entityIdList

 

ARGUMENTS

str_entityType

The type of the entity.

entityIdList

A Tcl list of IDs of the entity type.

 

RETURNS

A Tcl list of names corresponding to the IDs if successful, {} otherwise.

 

EXAMPLE

::hwat::utils::GetEntityNameFromId  "elements" [list 100 1001 1002]

 

 

See also

Utils Functions