cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.

Archicad C++ API
About Archicad add-on development using the C++ API.

How do I get an expanded list of item properties?

Anonymous
Not applicable
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.
2 REPLIES 2
Viktor Kovacs
Graphisoft
Graphisoft
You should check ACAPI_​Element_​GetProperties:
https://archicadapi.graphisoft.com/documentation/acapi_element_getproperties
Anonymous
Not applicable
ok i'll look into it thanks