BIM Coordinator Program (INT) April 22, 2024

Find the next step in your career as a Graphisoft Certified BIM Coordinator!

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

Bernd Schwarzenbacher - Archicad Add-On Developer - Get Add-Ons & Archicad Tips on my Website: Archi-XT.com

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.

Bernd Schwarzenbacher - Archicad Add-On Developer - Get Add-Ons & Archicad Tips on my Website: Archi-XT.com
Learn and get certified!