HMIN_writemetadata_string()

Transfer metadata of type string to HyperMesh.

Syntax

void HMIN_writemetadata_string(HM_entitytype entitytype, HM_entityidtype id, char *name, char *data);

Type

HyperMesh hminlib Function

Description

Transfer metadata of type string 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 string assigned to the metadata.

Errors

None.