HMRES_argumentuserparsefunction()
Assigns the function used to parse the arguments.
Syntax
void HMRES_argumentuserparsefunction(int * argfunction, int argument, char * argumentplusone);
    Type
HyperMesh hmreslib Function
Description
Assigns the function used to parse the arguments.
Inputs
- argfunction
 - The function called by hmreslib when an argument is defined as a "User" type argument.
 - argument
 - The number of the argument.
 - argumentplusone
 - The number of the argument plus one.
 
Errors
None.