HMRES_argumentgetselected()
Indicates if the argument at the user-specified index is selected.
Syntax
int HMRES_argumentgetselected(int index);
Type
HyperMesh hmreslib Function
Description
Indicates if the argument at the user-specified index is selected.
Inputs
- index
- The index number of the argument to be checked.
Example
1, if the argument was selected.
0, if the argument was not selected.
Errors
None.