How do I get an expanded list of item properties?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-07-22
11:11 AM
- last edited on
‎2021-09-14
09:26 AM
by
Noemi Balogh
‎2021-07-22
11:11 AM
Hello, everyone.
Could you please tell me, how to get all the information about the selected element on the scene?
What methods should I use to get this information?
List of the elements I getting using ACAPI_Element_GetElemList. After getting all elements, I want to get all information about each element. But I don't know what methods I need to do that.
Could you please tell me, how to get all the information about the selected element on the scene?
What methods should I use to get this information?
List of the elements I getting using ACAPI_Element_GetElemList. After getting all elements, I want to get all information about each element. But I don't know what methods I need to do that.
Labels:
- Labels:
-
Add-On (C++)
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-07-23 07:20 AM
‎2021-07-23
07:20 AM
You should check ACAPI_​Element_​GetProperties:
https://archicadapi.graphisoft.com/documentation/acapi_element_getproperties
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-08-18 09:58 AM
‎2021-08-18
09:58 AM
ok i'll look into it thanks