SRGWizSheet::SaveGraph

void SRGWizSheet::SaveGraph(BOOL bSaveGraphData)

This function serialize the user modified graph inside the wizard to the user passed in graph object. If bSaveGraphData is TRUE, then the whole contents in the user passed in graph object will be delete before the serialization. If bSaveGraphData is FALSE, the only the graph component list is deleted before the serialization, the passed graph data is not modified. By default, this function only serialize the component list.

Defined in: WizSheet.cpp

Return Value

void

Parameters

bSaveGraphData

If TRUE, serialize the whole graph, otherwise serialize the component list and keep the original graph data