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

Accessing story name

Anonymous
Not applicable
Hello,
Im trying to write a simple add-on that goes on each floor, one by one and than a writereport box shows up with the floor name.
I tried several ways but didnt make it.

How can I do that?

Thanks a lot.
2 REPLIES 2
Anonymous
Not applicable
Please help me, Im on it for such a long time already
Ralph Wessel
Mentor
zanzibar wrote:
Hello,
Im trying to write a simple add-on that goes on each floor, one by one and than a writereport box shows up with the floor name.
I tried several ways but didnt make it.
How can I do that?
Take a look at the documentation for APIEnv_GetStorySettingsID. This function populates an API_StoryInfo structure, which contains an array of the project storeys.
Ralph Wessel BArch
Software Engineer Speckle Systems