H5Aopen_idx

fnhid_t H5Aopen_idx(hid_t loc_id, uint idx)

Opens an attribute by index (deprecated).

Parameters

loc_idLocation identifier
idxAttribute index (0-based)

Returns

Attribute identifier on success, H5I_INVALID_HID on failure.