[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns datatype class of compound datatype member.
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function getMemberClass ( _ typeId As H5DataTypeId, _ memberNumber As UInteger _ ) As H5TClass |
| C# |
|---|
public static H5T.H5TClass getMemberClass ( H5DataTypeId typeId, uint memberNumber ) |
| C++ |
|---|
public: static H5TClass getMemberClass ( H5DataTypeId^ typeId, unsigned int memberNumber ) |
Parameters
- typeId (H5DataTypeId)
- IN: Datatype identifier of compound object.
- memberNumber (UInt32)
- IN: Compound object member number.
Return Value
Returns the datatype class if successful.
Remarks
Given a compound datatype, typeId, the function H5T.getMemberClass returns the datatype class of the compound datatype member specified by memberNumber.
Exceptions
| Exception | Condition |
|---|---|
| HDF5DotNet.H5TgetMemberClassException | throws H5TgetMemberClassException on failure. |