Skip Navigation Links.

H5I..::..getIdentifierType Method

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

Syntax

Visual Basic
Public Shared Function getIdentifierType ( _
	id As H5Id _
) As H5I..::..IdentifierType
C#
public static H5I..::..IdentifierType getIdentifierType(
	H5Id id
)
Visual C++
public:
static H5I..::..IdentifierType getIdentifierType(
	H5Id^ id
)
JavaScript
HDF5DotNet.H5I.getIdentifierType = function(id);

Parameters

id
Type: HDF5DotNet..::..H5Id

See Also