SRGraph::GetGroup
SRGraphDataList *SRGraph::GetGroup(intgroup, BOOLGrowList)
Returns a pointer to the SRGraphDataList which holds the group
Defined in: SRGraph.cpp
Return Value
Pointer to the SRGraphDataList requested
Parameters
group
Zero-based index of the requested group
GrowList
When TRUE and the group does not exist, then new groups will be added so that the function always returns a valid pointer. If FALSE and the group does not exist, then an SRGraphException is thrown.