[ HDF5 High Level Tutorial Top ] [ Prev ]

H5TB: HDF5 Table
Tables

Delete a field  from a table

A field can be deleted from a table. We use the function H5TBdelete_field. To use this function we only have to supply the field name. The following call deletes a field called "New Field" into the table named "Table1".

H5TBdelete_field( file_id, "Table1", "New Field" );

Programming Example

The following C program provides an example. The corresponding HDF5 file that is generated is also referenced here. You can use an HDF5 file browser to access this file by clicking on the link below.

NOTE: To download a tar file of all of the examples, including a Makefile, please go to the Index page.


HDF Help Desk
Last modified: November 18, 2002