We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
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 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.
2023-07-25 07:58 AM
I am trying to put an id while creating a beam.
I think it will be easier to understand if there is a code.
Which code in the example can I understand?
2023-10-06 06:41 AM
err = ACAPI_Database(APIDb_ChangeElementInfoStringID, &element.header.guid, &na);
ACAPI_Database not found in archicad 27 api
There is also no content in ACAPinc.h.
What should I study?
And I don't have apidevkit.chm, where should I search for it?