SRGraphDataList::SetIndex

POSITION SRGraphDataList::SetIndex(SRGraphData * pData, int nIndex)

Places a SRGraphData or derived class object in the data list at the desired position

Defined in: SRGDat.cpp

Parameters

pData

Pointer to the object to be added to the list

nIndex

Positive index position or a negative code signifying that the object should be placed last (-1) or first (-2)