18.4.4 Creating the Dataset

Topic Version1Published09/11/2015
For StandardRESQML v2.0.1

The Dataset is created using the ObjectGroupID, the DataspaceID, the DatasetCompressionParameter, and the Dataset name.


hid_t DatasetID = H5Dcreate2(ObjectGroupID, DatasetName, TypeID, DataspaceID, H5P_DEFAULT, DatasetParameterID, H5P_DEFAULT);