I want to be able to check the number of external drawings in a model.
i.e DWGs/PDFs project teams have linked in.So far I am able to do that
in the model space using: GS::Array drawings;
ACAPI_Element_GetElemList(API_DrawingID, &drawings); for (const auto& g
: drawings) uni...