CODModel::GetComponentsIntersecting

int CODModel::GetComponentsIntersecting(CODComponentSet* pCompSet, const CRect rect)

Gets all top level components intersecting with the rectangle passed in.

Defined in: OdModel.cpp

Return Value

The number of components found.

Parameters

pCompSet

A pointer to the component set to hold the components found.

rect

The rectangle to search for.