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

How to open hotlink module manager via Addons API command?

Newbie
Participant

Is there way to open hotlink manager once press a button in addons like below?Snap-2023-05-24-21-29-11.png

3 REPLIES 3

Opening the Hotlink Manager is not possible with the API.

You can manipulate hotlinks with the ACAPI_Database command.
See here: ACAPI_Database

Thanks for the information, how ever, could it possible to create a dialog screen and functions like the above?

Yes, you can make dialogs with the API similar to this. I think most of the functions in the dialog can be achieved with API calls like I linked in my previous answer. Without looking into all the details I'm not sure if every single function from the dialog is possible, but you should be able to duplicate most of them.