Due to a scheduled maintenance, a maximum 20 minutes license delivery outage may be expected on July 6 2024 (Saturday) between 6PM to 8PM (CEST).
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
Software Engineer Speckle Systems
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