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

Syntax

Visual Basic (Declaration)
Public Shared Function getNativeType ( _
	h5Type As H5Type, _
	direction As Direction _
) As H5DataTypeId
C#
public static H5DataTypeId getNativeType (
	H5T.H5Type h5Type,
	H5T.Direction direction
)
C++
public:
static H5DataTypeId^ getNativeType (
	H5Type h5Type, 
	Direction direction
)

Parameters

h5Type (H5Type)
direction (Direction)