DimensionScale.setLabel
void setLabel(hid_t did, uint idx, string label)Sets a label for a dataset dimension.
Labels provide human-readable names for dimensions independent of any attached dimension scales.
Parameters
did | Dataset identifier |
idx | Index of the dimension |
label | Label string |
Throws
HDF5Exception if the operation fails.