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

[SOLVED] Element classification

ReignBough
Enthusiast
I am trying to get the values found in "Tags and Categories" panel of element Selection Settings dialog, specifically the "Element classification". I tried using memo.params and IFC functions to look for this value but did not find it there. Anyone knows where can I get this?
~ReignBough~
ARCHICAD 26 INT (from AC18)
Windows 11 Pro, AMD Ryzen 7, 3.20GHz, 32.0GB RAM, 64-bit OS
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Ralph Wessel
Mentor
ReignBough wrote:
I am trying to get the values found in "Tags and Categories" panel of element Selection Settings dialog, specifically the "Element classification"
This has just been added in the AC19 API. Take a look at APIDb_GetElementCategoriesID.
Ralph Wessel BArch

View solution in original post

1 REPLY 1
Solution
Ralph Wessel
Mentor
ReignBough wrote:
I am trying to get the values found in "Tags and Categories" panel of element Selection Settings dialog, specifically the "Element classification"
This has just been added in the AC19 API. Take a look at APIDb_GetElementCategoriesID.
Ralph Wessel BArch