BIM Coordinator Program (INT) April 22, 2024
Find the next step in your career as a Graphisoft Certified BIM Coordinator!
Archicad C++ API
About Archicad add-on development using the C++ API.

Go To Navigator view

Anonymous
Not applicable
Hi help please.
having problems with knowing what/how to pass a navigator's view into this function: APIDo_GoToViewID

"This function simulates the action when you open a view from the Project Navigator."

I have theses structures:API_NavigatorItem API_NavigatorView

Archicad devKit for 20
2 REPLIES 2
Ralph Wessel
Mentor
Bianca wrote:
Hi help please.
having problems with knowing what/how to pass a navigator's view into this function: APIDo_GoToViewID
"This function simulates the action when you open a view from the Project Navigator."
I have theses structures:API_NavigatorItem API_NavigatorView
Use the guid in API_NavigatorItem. Convert it to the equivalent string representation and pass it as the second parameter in the call to APIDo_GoToViewID.
Ralph Wessel BArch
Anonymous
Not applicable

Use the guid in API_NavigatorItem. Convert it to the equivalent string representation and pass it as the second parameter in the call to APIDo_GoToViewID.

Thank you ! I got it working with your help
Learn and get certified!