Go To Navigator view
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2016-12-16
12:06 AM
- last edited on
‎2023-07-12
09:00 PM
by
Doreena Deng
‎2016-12-16
12:06 AM
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
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
Labels:
- Labels:
-
Add-On (C++)
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2016-12-16 11:45 PM
‎2016-12-16
11:45 PM
Bianca wrote: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.
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
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2016-12-19 12:10 AM
‎2016-12-19
12:10 AM
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