The H5T_ENUM_INSERT procedure inserts a new member into an existing enumeration datatype.
H5T_ENUM_INSERT, Datatype_id, Name, Value
A long integer containing the identifier of the enumeration datatype to which the new member will be added.
A scalar string containing the name of the member to be added.
A scalar integer giving the value of the member to be added.
None
6.3 |
Introduced |