HMIN_writeattribute_string_array()
Transfer a string array attribute to HyperMesh.
Syntax
void HMIN_writeattribute_string_array(HM_entitytype entitytype, HM_entityidtype id, int identifier, int behavior, int status, char **data, int length);
Type
HyperMesh hminlib Function
Description
Transfer a string array attribute to HyperMesh.
Inputs
- entitytype
- The type of the entity to which to attach the attribute.
- id
- The ID of the entity to which to attach the attribute.
- identifier
- The attribute identifier (defined in a template with the *defineattribute() command).
- behavior
- Reserved for future use. Must be set to 0.
- status
- Set to 0 for off.
- data
- The values to be assigned to the attribute.
- length
- The length of the array.
Errors
None.