SRGraphDataList::SetDynamic

void SRGraphDataList::SetDynamic(BOOL b)

Sets the flag which allows this list to store dynamic data

Defined in: SRGDat.cpp

Parameters

b

TRUE to allow dynamic data storage

Remarks

So that display routines cannot see a difference between dynamic and static data, the GetIndex() routine has two methods. If this flag is not set, GetIndex returns a pointer to the nth SRGraphData object. If this flag is set, it sets the m_nOutputIndex member to the specified index and then returns a pointer to the selected SRGraphDynamicData object.