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.

Call a module file with a button

Anonymous
Not applicable
Hi all,
I use "APIDo_SaveAsModuleFileID" for save a module selection in a file.
Now i want to call this file on a story. I don't find the function like "APIDo_OpenModuleFile".

If someone know how to do this…

Thanks
Regards.
1 REPLY 1
Tibor Lorantfy
Graphisoft Alumni
Graphisoft Alumni
Hi,

you can load a module file as a hotlink with APIDb_CreateHotlinkNodeID.
When hotlink was successfully created, you can place a hotlink instance with ACAPI_Element_Create using hotlink's GUID.

Regards,
Tibor
Learn and get certified!