H5T_GET_TAG

Syntax | Return Value | Arguments | Keywords | Version History | See Also

The H5T_GET_TAG function retrieves a tag string from an opaque data type. See Opaque Datatypes for a discussion of opaque datatypes.

Syntax

Result = H5T_GET_TAG(Datatype_id)

Return Value

Returns a string containing the tag associated with the specified opaque datatype, or a null string if no tag exists.

Arguments

Datatype_id

A long integer containing the identifier of the opaque datatype.

Keywords

None

Version History

6.3

Introduced

See Also

H5T_IDL_CREATE, H5T_SET_TAG