[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Create a data set using a standard data type.
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function create ( _ fileId As H5FileId, _ datasetName As String, _ dataType As H5Type, _ dataspaceId As H5DataSpaceId, _ createListId As Integer _ ) As H5DataSetId |
| C# |
|---|
public static H5DataSetId create ( H5FileId fileId, string datasetName, H5T.H5Type dataType, H5DataSpaceId dataspaceId, int createListId ) |
| C++ |
|---|
public: static H5DataSetId^ create ( H5FileId^ fileId, String^ datasetName, H5Type dataType, H5DataSpaceId^ dataspaceId, int createListId ) |
Parameters
- fileId (H5FileId)
- datasetName (String)
- dataType (H5Type)
- dataspaceId (H5DataSpaceId)
- createListId (Int32)