Skip Navigation Links.

H5T..::..getMemberName Method

Retrieves the name of a compound or enumeration datatype member. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-GetMemberName

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Shared Function getMemberName ( _
	typeId As H5DataTypeId, _
	fieldIndex As Integer _
) As String
C#
public static string getMemberName(
	H5DataTypeId typeId,
	int fieldIndex
)
Visual C++
public:
static String^ getMemberName(
	H5DataTypeId^ typeId, 
	int fieldIndex
)
JavaScript
HDF5DotNet.H5T.getMemberName = function(typeId, fieldIndex);

Parameters

typeId
Type: HDF5DotNet..::..H5DataTypeId
IN: Datatype identifier of compound object.
fieldIndex
Type: Int32

See Also