Archicad C++ API
About Archicad add-on development using the C++ API.
SOLVED!

List available addons

BenjiDev
Enthusiast

Hello,

 

Is there any way to programatically get information about the available addons listed in the Add-On manager?

 

BenjiDev_0-1637427127718.png

 

For example, finding an available addon by name and get its path. 

 

Thanks.

 

1 ACCEPTED SOLUTION

Accepted Solutions
Solution
poco2013
Mentor

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(...)

Gerry

Windows 11 - Visual Studio 2022; ArchiCAD 27

View solution in original post

1 REPLY 1
Solution
poco2013
Mentor

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(...)

Gerry

Windows 11 - Visual Studio 2022; ArchiCAD 27