next up previous contents
Next: GetName Up: General Methods Previous: SetPrecision

Rename

NAME Rename

PROTOTYPE

#include "ISTable.h"

void ISTable::Rename(const char * label);

EXAMPLE

#include "ISTable.h"

ISTable * pTable = new ISTable();
pTable->Rename("MyTable");
PURPOSE

Rename changes the table name.

RECEIVES

label The new name for the table.

RETURN VALUE None

REMARKS

See also: GetName



Olivera Tosic
6/12/2002