Method: Autocad::Drawing#active_layout
- Defined in:
- lib/autocad/drawing.rb
#active_layout ⇒ Layout
Get the active layout
336 337 338 339 |
# File 'lib/autocad/drawing.rb', line 336 def active_layout ole = ole_obj.ActiveLayout app.wrap(ole) end |