[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the datatype of the specified member.

Syntax

Visual Basic (Declaration)
Public Shared Function getMemberType ( _
	typeId As H5DataTypeId, _
	fieldIndex As UInteger _
) As H5DataTypeId
C#
public static H5DataTypeId getMemberType (
	H5DataTypeId typeId,
	uint fieldIndex
)
C++
public:
static H5DataTypeId^ getMemberType (
	H5DataTypeId^ typeId, 
	unsigned int fieldIndex
)

Parameters

typeId (H5DataTypeId)
Identifier of datatype to query.
fieldIndex (UInt32)
Field index (0-based) of the field type to retrieve.

Return Value

Returns the identifier of a copy of the datatype of the field if successful.

Remarks

H5Tget_member_type returns the datatype of the specified member. The caller should invoke H5Tclose() to release resources associated with the type.

Exceptions

ExceptionCondition
HDF5DotNet.H5TgetMemberTypeException throws H5TgetMemberTypeException on failure.