cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
2024 Technology Preview Program

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

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

Favorites Palette

Anonymous
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
Anonymous
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?