[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.29
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”
int32_t 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:
SDDS
_DeleteColumn
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]