We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2020-10-19 04:47 PM - last edited on 2021-09-14 01:43 PM by Noemi Balogh
ACAPI_LibPart_GetSect_ParamDef (const API_LibPart *libPart, API_AddParType **addPars, double*a, double*b, GSHandle sect2DDrawHdl, GSHandle *sectionHdl, GS::UniString *password = nullptr);Why is the type of the 2nd argument API_AddParType**? It looks like the function is actually expecting a GSHandle. If we try to use anything other than a GSHandle, for example a local array, our code breaks. Unfortunately the documentation only says
[in] Additive parameters of the Library Part
Solved! Go to Solution.
2020-10-19 09:51 PM
2020-10-19 09:51 PM
2020-10-20 11:26 AM
2020-10-20 02:20 PM