AcMapAttachedDrawing::ApplyThisQuery Function

Land Desktop Development ARX CPP SDK

Up a level
AcMapAttachedDrawing:: ApplyThisQuery Function
 
 

Executes the specified query against the attached drawing to select objects within the drawing.

virtual AcMap::EErrCode

ApplyThisQuery(

AcDbObjectIdArray& aObjectSelection,

AcMapQuery* pQuery) = 0;

Returns AcMap::kOk in case of success, error code otherwise.

aObjectSelection Output IDs of the objects in the drawing that match the query. These IDs have valid values until the drawing has a heavy lock in place.
pQuery Input query definition.