H5A_DELETE
Syntax | Arguments | Keywords | Example | Version History | See Also
The H5A_DELETE procedure removes the attribute specified by its name from a dataset, group, or named datatype.
Note
This function requires that all attributes be closed on the specified object and will close any attributes currently open.
Syntax
H5A_DELETE, Loc_id, Name
Arguments
Loc_id
An integer giving the identifier of the group, dataset, or named datatype from which the attribute will be deleted.
Name
A string giving the name of the attribute to delete.
Keywords
None
Example
See the example under H5F_CREATE.
Version History