List available addons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
- Labels:
-
Add-On (C++)
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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(...)
Windows 11 - Visual Studio 2022; ArchiCAD 27

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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(...)
Windows 11 - Visual Studio 2022; ArchiCAD 27