HyperWorks Tools

::hwat::utils::GetEntityCount

::hwat::utils::GetEntityCount

Previous topic Next topic No expanding text in this topic  

::hwat::utils::GetEntityCount

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

NAME

::hwat::utils::GetEntityCount - Get the total count of the entity by the given entity type in HM.

 

SYNTAX

::hwat::utils::GetEntityCount str_entityType

 

ARGUMENTS

str_entityType

Type of the HM entity (such as nodes, elems, comps, assems , titles, tags, etc.).

 

RETURNS

The total number of the entity of the given entity type in HM on success, {} on failure.

 

EXAMPLE

::hwat::utils::GetEntityCount nodes

 

 

See also

Utils Functions