Attribute.open
Attribute open(hid_t locId, string name, hid_t aapl = H5P_DEFAULT)Opens an existing attribute.
Parameters
locId | Location identifier (file, group, or dataset handle) |
name | Name of the attribute to open |
aapl | Attribute access property list (default: H5P_DEFAULT) |
Returns
A new Attribute instance
Throws
HDF5Exception if attribute opening fails