Skip Navigation Links.

H5T..::..committed Method

Determines whether a datatype is a named type or a transient type. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-Committed

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

Syntax

Visual Basic
Public Shared Function committed ( _
	typeId As H5DataTypeId _
) As Boolean
C#
public static bool committed(
	H5DataTypeId typeId
)
Visual C++
public:
static bool committed(
	H5DataTypeId^ typeId
)
JavaScript
HDF5DotNet.H5T.committed = function(typeId);

Parameters

typeId
Type: HDF5DotNet..::..H5DataTypeId
IN: Datatype identifier.

Return Value

bool

Exceptions

ExceptionCondition
HDF5DotNet..::..HDFException throws HDFException on failure.

See Also