|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5T_SET_TAG procedure sets a tag string on an opaque data type. See Opaque Datatypes for a discussion of opaque datatypes.
H5T_SET_TAG(Datatype_id, Tag)
A long integer containing the identifier of the opaque datatype.
A string containing the new tag for the opaque datatype.
| Note Tag strings can contain a maximum of 255 characters. |
None
IDL Online Help (March 06, 2007)