Next: SDDS_DeleteUnsetColumns
Up: Manual Pages
Previous: SDDS_DeleteColumn
Contents
SDDS_DeleteParameter
- name:
SDDS_DeleteParameter
- description:
Deletes a named parameter from the current data table of a data set. If another data table is subsequently read in, the parameter reappears in the new data table.
- synopsis: #include "SDDS.h"
long SDDS_DeleteParameter(SDDS_TABLE *SDDS_table, char *parameter_name)
- arguments:
- SDDS_table: Address of the SDDS_TABLE structure for the data set.
- parameter_name: A NULL-terminated character string giving the name of the parameter to delete.
- return value:
Returns 1 on success. Returns 0 on failure, and records an error message.
- see also:
Robert Soliday
2006-06-29