Link.getNames
string[] getNames(hid_t grpId, H5_index_t indexType = H5_index_t.NAME,
H5_iter_order_t order = H5_iter_order_t.INC)Gets the names of all links in a group.
This is a convenience method that iterates over all links in a group and returns their names as an array.
Parameters
grpId | Group identifier to iterate over |
indexType | Type of index to use (NAME or CRT_ORDER) |
order | Order of iteration (INC, DEC, or NATIVE) |
Returns
Array of link names.
Throws
HDF5Exception if iteration fails.