@getentitytype()
Returns the entity type of an entity array type data name.
Syntax
@getentitytype (data_name)
Type
HyperMesh Template Function
Description
Returns the entity type of an entity array type data name.
Inputs
- data_name
 - The data name to query.
 
Examples
To check the entity type of compids:
*if([@getentitytype(compids) == 3])
    Version History
2019