Method: Sketchup::Pages#selected_page=
- Defined in:
- lib/sketchup-api-stubs/stubs/Sketchup/Pages.rb
#selected_page=(page) ⇒ Object
The selected_page method is used to set the currently selected page. Once you set this, SketchUp will animate to that page as if the user had clicked on its scene tab.
306 307 |
# File 'lib/sketchup-api-stubs/stubs/Sketchup/Pages.rb', line 306 def selected_page=(page) end |