[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns an identifier for a copy of the datatype for a
dataset.
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function getType ( _ dataSetId As H5DataSetId _ ) As H5DataTypeId |
| C# |
|---|
public static H5DataTypeId getType ( H5DataSetId dataSetId ) |
| C++ |
|---|
public: static H5DataTypeId^ getType ( H5DataSetId^ dataSetId ) |
Parameters
- dataSetId (H5DataSetId)
- In: Identifier of dataset to query.
Return Value
Returns a datatype identifier if successful.
Exceptions
| Exception | Condition |
|---|---|
| HDF5DotNet.H5DgetTypeException | throws H5DgetTypeException on failure. |