SRGraph::SetDataManager

void SRGraph::SetDataManager(SRGDataManager* pNewDataManager, BOOL bAutoDelete)

Install a new data manager for this graph.

Defined in: SRGraph.cpp

Parameters

pNewDataManager

SRGDataManager* pNewDataManager The new data manager to install.

bAutoDelete

BOOL bAutoDelete If TRUE, the graph will be freed the memory used by the data manager when the graph is destroyed, if FALSE, the application should handle the memory.