| void CBCGPGanttChart::GetItemLinks | ( | const CBCGPGanttItem * | pItem, |
| CConnectionArray & | arrLinks | ||
| ) |
Returns an array of items (connections) the specified item is connected to.
Use this function to retrieve an array of items (connections) the specified item is connected to.
| pItem | A pointer to an item. |
| arrLinks | When the function returns this array contains item connections the specified item is linked to. |