#include "cifparse.h"
int ndb_cif_get_column_id(CifHandle *cf,
const char * datablockName,
const char * categoryName,
const char * itemKeyword);
ndb_cif_get_column_id returns the column number of the column specified by itemKeyword in the category categoryName in datablock datablockName and CifHandle data structure specified by cf.
cf | pointer to the CifHandle data structure |
datablockName | identifies the datablock |
categoryName | identifies the category |
itemKeyword | identifies the column |
Returns the number of the column or 0 upon failure.
See also: | ndb_cif_get_datablock_id |
---|---|
ndb_cif_get_category_id |