Is there a way to create a drawing element with its source being from an image file (JPEGs, PNGs,...) or from an existing ArchiCAD files (PLNs, MODs,...)?
From the sample given on
APIDb_StartDrawingDataID, the function
ReadAction::Do() will:
2. Reads the elements from an external file into the drawing data
With this, I am assuming that this is possible (one of the two or both). I found a get function (
APIDb_GetDrawingLinkID) but not its corresponding set/change function.