H5Aopen_by_idx
fn
hid_t H5Aopen_by_idx(hid_t loc_id, const char * obj_name, int idx_type, int order,
hsize_t n, hid_t aapl_id, hid_t lapl_id)Opens an attribute by index.
Parameters
loc_id | Location identifier |
obj_name | Name of the object |
idx_type | Index type (H5_INDEX) |
order | Iteration order (H5_ITER_ORDER) |
n | Attribute index |
aapl_id | Attribute access property list identifier |
lapl_id | Link access property list identifier |
Returns
An attribute identifier on success, or H5I_INVALID_HID on failure.