GraphPageBase
The GraphPageBase is a base class for GraphPage and LayoutPage.
EX1
void GraphPageBase_Ex1() { GraphPage gp; gp.Create("origin"); GraphPageBase gpBase(gp.GetName()); if(gpBase) out_str(gpBase.GetName()); }
origin.h