|
An Information Portal to Biological Macromolecular Structures |
||
|
PDB Home |
Contact Us |
Software Tools Home | Dictionary Home | PDBML Home | |
#include "cifparse.h"
int ndb_cif_get_item_value_length(CifHandle *cf,
const int colId);
ndb_cif_get_item_value_length returns the length of the item value in the current row and column identified by colId in the CifHandle data structure specified by cf.
| cf | pointer to the CifHandle data structure |
| colId | identifies the column |
Returns the length of the item value.
| See also: | ndb_cif_get_item_value |
|---|