hm_attributelistall
Returns a list of all attribute IDs, names, types or type names for the current template.
Syntax
hm_attributelistall value
Type
HyperMesh Tcl Query Command
Description
Returns a list of all attribute IDs, names, types or type names for the current template.
Inputs
- value
- The type of list to return. Valid values are:
Examples
To list the IDs of all the attributes in the current template:
hm_attributelistall idTo list the names of all the attributes in the current template:
hm_attributelistall nameTo list the type number of all the attributes in the current template:
hm_attributelistall typeTo list the type name of all the attributes in the current template:
hm_attributelistall typenameErrors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
10-SA1-110