2023-01-28 03:38 PM
Hi everyone.
I am looking for a API function to get element's (object's, slab's,...) ID - the field in the "ID and properties" section of elements palette. Can not find it in the documentation.
Solved! Go to Solution.
2023-01-28 09:00 PM
It can be accessed with the ACAPI_Database function using the APIDb_GetElementInfoStringID id: https://archicadapi.graphisoft.com/documentation/apidb_getelementinfostringid
2023-01-28 10:58 PM
Thank you for your prompt and accurate answer.