We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2021-11-20 05:57 PM
Hello,
Is there any way to programatically get information about the available addons listed in the Add-On manager?
For example, finding an available addon by name and get its path.
Thanks.
Solved! Go to Solution.
2021-11-20 08:01 PM
You would want to review the Add On Manager Topic in the Developer Site Documents.
i believe the functions you are interested in are:
ACAPI_AddOnObject_GetObjectList(&guids)
ACAPI_AddOnObject_GetObjectContent(...)
2021-11-20 08:01 PM
You would want to review the Add On Manager Topic in the Developer Site Documents.
i believe the functions you are interested in are:
ACAPI_AddOnObject_GetObjectList(&guids)
ACAPI_AddOnObject_GetObjectContent(...)