Previous: SDDS_GetArrayDefinition
Up: Manual Pages
Next: SDDS_GetArrayInformation
Previous Page: SDDS_GetArrayDefinition
Next Page: SDDS_GetArrayInformation
- name:
SDDS_GetArrayIndex
- description:
Returns the index of a named array in the data set. This is used with some routines for faster access to the data
or to information about the data.
- synopsis:
#include "SDDS.h"
long SDDS_GetArrayIndex(SDDS_TABLE *SDDS_table, char *array_name)
- arguments:
- SDDS_table : Address of the SDDS_TABLE structure for the data set.
- array_name: A NULL-terminated character string giving the name of the array for
which information is desired.
- return value:
On success, returns a non-negative integer giving the index of the array.
On failure, returns -1 and records an error message.
- see also: