We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

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

Is there any way to delete item show in navigator project map panel as shown below pict?

Newbie
Participant

As known this command, APINavigator_​DeleteNavigatorViewID, can delete only view map. If want to delete item from project map view, is there any command?

 


Snap-2023-07-06-16-40-12.png
1 REPLY 1

Use API_StoryCmdType with APIStory_Delete for this.
For Elevations, Sections and InteriorElevations I'm not sure, but I would try to delete their respective elements and see what happens.