cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

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

Favorites Palette

Not applicable
Hi,

i want to develop an add on for Archicad 13.
For that i try to figure out whether i have access to the Favorites Palette or not.
I want to create or delete Favorites but i couldn't find anything in the Documentation.
It would be fantastic if someone had an answer.

Thanks
1 REPLY 1
Not applicable
In the dll_test-example I found the functions:

acapi_favorite_create
acapi_favorite_delete
acapi_favorite_getdefaults
acapi_favorite_getnum

But they aren't mentioned in the documentations. Perhaps these functions can control the favorites palette.

Does someone know something about these functions?