SRGraph::GetComponentList
CObList *SRGraph::GetComponentList(void)
Gets a pointer to this graph's m_ComponentList data member
Defined in: SRGraph.cpp
Return Value
Pointer to a CObList object
Remarks
Recommended method for finding the graph's component list -- It is safe to store this pointer while the graph is in the current scope.See also...
m_ComponentList