Skip Navigation Links.

H5T..::..enumCreate Method

Overload List

  NameDescription
Public methodStatic memberenumCreate(H5DataTypeId)
H5T.enumCreate creates a new enumeration datatype based on the specified base datatype parent_id, which must be an integer type. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-EnumCreate
Public methodStatic memberenumCreate(H5T..::..H5Type)
H5T.enumCreate creates a new enumeration datatype based on the specified base datatype parent_id, which must be an integer type. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html#Datatype-EnumCreate

See Also