delete_attribute
Method of HDF5Group.
Overloads
| Name | Description |
|---|---|
delete_attribute(const string path, const string name) -> HDF5Group | Deletes an attribute at a relative object path. |
delete_attribute(const string name) -> HDF5Group | Deletes a group attribute and returns the group for chaining. |
delete_attribute(const string path, const string name) -> HDF5Group
Deletes an attribute at a relative object path.
Parameters
- path: Relative object path.
- name: Attribute name.
Returns
Reference to the same HDF5Group instance.
delete_attribute(const string name) -> HDF5Group
Deletes a group attribute and returns the group for chaining.
Parameters
- name: Attribute name.
Returns
Reference to the same HDF5Group instance.