2.2.4.21 GraphPageBase


Name

GraphPageBase

Remark

The GraphPageBase is a base class for GraphPage and LayoutPage.

Hierarchy

Examples

EX1

void GraphPageBase_Ex1()
{
	GraphPage gp;
	gp.Create("origin");
	
	GraphPageBase gpBase(gp.GetName());
	if(gpBase)
		out_str(gpBase.GetName());
}

Header to Include

origin.h

Reference

Members

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