H5Aopen_idx
fn
hid_t H5Aopen_idx(hid_t loc_id, uint idx)Opens an attribute by index (deprecated).
Parameters
loc_id | Location identifier |
idx | Attribute index (0-based) |
Returns
Attribute identifier on success, H5I_INVALID_HID on failure.