HMRES_argumentgettype()

Indicates the type associated with the argument at the user-specified index.

Syntax

int HMRES_argumentgettype(int index);

Type

HyperMesh hmreslib Function

Description

Indicates the type associated with the argument at the user-specified index.

Inputs

index
The index number of the argument to be checked.

Example

The type of argument at the specified index. Types specified are:

HMRES_ARGUMENT_TYPE_SELECTABLE
HMRES_ARGUMENT_TYPE_AUTOSELECTABLE
HMRES_ARGUMENT_TYPE_USER

Errors

None.