void CBCGPGanttChart::GetItemReferrers | ( | const CBCGPGanttItem * | pItem, |
CConnectionArray & | arrReferrers | ||
) |
Returns an array of items (connections) that are connected to the specified item.
Call this method to retrieve an array of items (array of connections) that are connected to the specified item.
pItem | A pointer to an item. |
arrReferrers | When the function returns this array contains connections that are refer to the specified item. |