HMIN_tag_write()

Writes a tag entity to the database.

Syntax

void HMIN_tag_write(HM_entityidtype id, HM_entityidtype entity_id, HM_entitytype entity_type, int color, char *label, char *body);

Type

HyperMesh hminlib Function

Description

This function writes a tag entity to the database.

Inputs

id
The ID of the tag.
entity_id
The ID of the entity to attach the tag to.
entity_type
The type of entity to attach the tag to.
color
The color of the tag. Valid values are 1-64.
label
The string to assign as the tag label.
body
The string to assign as the tag body.

Errors

None.