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

Streamline your workflows and master BIM coordination! Program starts April 28!

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

How do you get the currently seelcted Navigator View item?

Not applicable
How can I programatically determine that the current view is "perspect2"?

Thanks in advance.


viewmap.jpg

2 REPLIES 2
paulk wrote:
How can I programatically determine that the current view is "perspect2"?
If you want the window the user is currently viewing, you could try ACAPI_Database(APIDb_GetCurrentWindowID, &windowInfo, 0). Or did you mean just the selected item(s) in the Navigator palette?
Ralph Wessel BArch
Central Innovation
Not applicable
Thanks Ralph - I just want to know what the highlighted tree item is in the navigator view map window (ie. perspect2). ACAPI_Database(APIDb_GetCurrentWindowID, &windowInfo, 0) seems to return the window I am viewing - I am after the view.