![]() |
![]() An Information Portal to Biological Macromolecular Structures |
|
PDB Home |
Contact Us ![]() |
![]() |
Software Tools Home | Dictionary Home | PDBML Home |
![]() |
#include "ISTable.h"
void ISTable::Rename(const char * label);
#include "ISTable.h"
ISTable * pTable = new ISTable();
pTable->Rename("MyTable");
Rename changes the table name.
label | The new name for the table. |
See also: | GetName |
---|