Method: Microstation::App#active_design_file
- Defined in:
- lib/microstation/app.rb
#active_design_file ⇒ Drawing Also known as: active_drawing, current_drawing
the active design file
489 490 491 492 493 494 |
# File 'lib/microstation/app.rb', line 489 def active_design_file return unless active_design_file? ole = ole_obj.ActiveDesignFile drawing_from_ole(ole) end |