CBCGPGanttConnection* CBCGPGanttChart::FindConnection | ( | const CBCGPGanttItem * | pSourceItem, |
const CBCGPGanttItem * | pDestItem | ||
) |
Finds an object that describes connection between two specified items.
This function is used to find a connection between two items.
pSourceItem | A pointer to a source item. |
pDestItem | A pointer to a destination item. |