Method: Autocad::Drawing#active_layout

Defined in:
lib/autocad/drawing.rb

#active_layoutLayout

Get the active layout

Returns:

  • (Layout)

    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