HMIN_writemetadata_string_array()

Transfer metadata of type array of strings to HyperMesh.

Syntax

void HMIN_writemetadata_string_array(HM_entitytype entitytype, HM_entityidtype id, char *name, char *data[], int size);

Type

HyperMesh hminlib Function

Description

Transfer metadata of type array of strings to HyperMesh.

Inputs

entitytype
The type of the entity to which to attach the metadata.
id
The ID of the entity to which to attach the metadata.
name
The name by which the metadata is referenced.
data
The array of strings assigned to the metadata.
size
The number of strings in the array.

Errors

None.