HMIN_table_column_unsignedint_write()
Writes unsigned integer column data to a table.
Syntax
void HMIN_table_column_unsignedint_write(unsigned int* column_array, unsigned int array_size, unsigned int column_index);
Type
HyperMesh hminlib Function
Description
Writes unsigned integer column data to a table. This must be preceded by a call to HMIN_table_write().
Inputs
- column_array
- The unsigned integer array containing the column data.
- array_size
- The size (number of rows) in the column array.
- index
- The index of the column in the table.
Errors
Incorrect usage results in an FE-input error.
Version History
11.0