HMIN_name_write()
Renames a collector.
Syntax
void HMIN_name_write(char * typename, HM_entityidtype id, char * name);
Type
HyperMesh hminlib Function
Description
Renames a collector.
Inputs
- typename
- The type of collector.
- id
- The ID of the collector.
- name
- The name to be assigned to the collector.
Errors
None.