SRGWizSheet::CopyGraph

void SRGWizSheet::CopyGraph(SRGraph * FromGraph, SRGraph * pToGraph, BOOL bCopyData)

Copies a graph and its data using CMemFile and serialization

Defined in: WizSheet.cpp

Return Value

void

Parameters

FromGraph

Source object

pToGraph

Destination object

bCopyData

TRUE to copy the data of the source graph to the destination graph, FALSE to retain the data in the destination graph