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
| Name | Brief | Example |
|---|---|---|
| CreateCopy | Create or replace an existing GraphPage or LayoutPage with this one as an exact copy | Examples |
| GetPicture | Get picture holder from GraphPage or LayoutPage. | Examples |
| GraphPageBase | Construct a GraphPage object using the name of an existing page. | Examples |