DimensionScale.isAttached

bool isAttached(hid_t did, hid_t dsid, uint idx)

Checks if a dimension scale is attached to a dataset dimension.

Parameters

didDataset identifier
dsidDimension scale dataset identifier
idxIndex of the dimension to check

Returns

true if the scale is attached, false otherwise.

Throws

HDF5Exception if the check fails.