2025-08-21 10:51 AM
I am using Archicad 27 API to get the IFC Global ID from method ACAPI_IFC_APIGuidToIFCGuid
However, I use the output value from API to search the element in the Archicad 27 software (Find and search function).
No result is found.
I would like to know how I can get the correct IFC Global ID from API?
Thank you.
2025-09-03 05:51 AM
Hi, I'd like suggest you to try ACAPI_Element_GetIFCAttributes() function, find out the property name of "GlobalId", then get the string.
HTH.