HMRES_argumentgetlayerdatatypename()
Indicates the data type name and appends, in parentheses, the value of layer at the user-specified index.
Syntax
char * HMRES_argumentgetlayerdatatypename(int index, int layer);
Type
HyperMesh hmreslib Function
Description
Indicates the data type name and appends, in parentheses, the value of layer at the user-specified index.
Inputs
- index
- The index number of the argument to be checked.
- layer
- The layer on which the results are stored.
Example
The data type name and value of layer, if it is nonzero, at the specified index.
Errors
None.