DimensionScale.detachScale
void detachScale(hid_t did, hid_t dsid, uint idx)Detaches a dimension scale from a dataset dimension.
Parameters
did | Dataset identifier |
dsid | Dimension scale dataset identifier |
idx | Index of the dimension to detach the scale from |
Throws
HDF5Exception if the operation fails.