Dumps the contents of the NNDOObject associated with this clNdo object into an xlog.
nodeDump()
Integer. Returns 1 for success, and 0 for failure.
Pointer to object
Object
clNdo NDO_HOLD_1;
clNdo *pCINdo1;
.
pCINdo1->nodeDump();
NDO_HOLD_1.nodeDump();
clNdo cINdo1;
cINdo1.nodeDump();
View this book as PDF