SRGraphPosition::GetList
CPtrList *SRGraphPosition::GetList(void)
Returns a pointer to the list of displays in which the point was found
Defined in: SRGPosn.cpp
Return Value
Pointer to a CPtrList object or NULL if no data is available
Remarks
The m_pSubject pointer may contain a pointer to a single SRGraphComponent or to a list containing many components.The debug version of this function will ASSERT if the criteria for finding a component list fails. However the release version will simply return NULL.