2.2.4.20.15 GraphPage::RemoveTemplatePict

Description

Remove template preview image from GraphPage.

Syntax

BOOL RemoveTemplatePict( )

Parameters

Return

Returns TRUE on successful exit and FALSE on failure.

Examples

EX1

int GraphPage_RemoveTemplatePict_ex1()
{
    GraphPage gp;
    gp.Create("origin");
    if( gp.IsValid() )
        gp.RemoveTemplatePict();
    return 0;
}

Remark

Remove the graph object from this GraphPage used to store a picture of what the graph created from the underlying graph template will look like.

See Also

Header to Include

origin.h