We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2020-04-01 07:34 PM - last edited on 2021-09-15 12:35 PM by Noemi Balogh
Solved! Go to Solution.
2020-04-02 12:46 PM
2020-04-01 07:42 PM
2020-04-01 10:50 PM
2020-04-02 12:14 PM
Ralph wrote:that’s an option, but I don’t want to change the active floor every time. My goal is to make this check for every floor and then delete the layouts of floors without elements in it.
You could callACAPI_Element_GetElemListwith the API_ElemFilterFlagsparameter set to APIFilt_OnActFloor. That will extract a list of elements on the active floor - it empty, you know there aren't any.
2020-04-02 12:46 PM