We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2007-08-30 01:43 PM - last edited on 2023-08-04 08:48 PM by Doreena Deng
2007-08-30 07:50 PM
d00_ape wrote:Take a look at the documentation for 'ACAPI_Element_Get'. You can use this function to retrieve a data structure called 'API_Element'. If the element is a wall, the user ID would be 'wall.info' in the API_Element structure.
I'm retreaving information from an archicad drawing using C++. I can read for example the length of a wall using the API-funktion: ACAPI_Element_GetQuantities(...).
How can I get the "User Id" value?
2007-09-07 09:04 AM