HyperWorks Tools

::hwat::utils::GetEntityMaxId

::hwat::utils::GetEntityMaxId

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetEntityMaxId

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

NAME

::hwat::utils::GetEntityMaxId - Finds the maximum ID for the entity.

 

SYNTAX

::hwat::utils::GetEntityMaxId str_entityType

 

ARGUMENTS

str_entityType

The type of the entity.

 

RETURNS

The maximum ID if successful, {} otherwise.

 

EXAMPLE

::hwat::utils::GetEntityMaxId  "elements".

 

 

See also

Utils Functions