Method: Autocad::PlotConfiguration#copy_plot_configuration
- Defined in:
- lib/autocad/plot_configuration.rb
#copy_plot_configuration(pc) ⇒ Object
Copy settings from another configuration
124 125 126 |
# File 'lib/autocad/plot_configuration.rb', line 124 def copy_plot_configuration(pc) ole_obj.CopyFrom(pc.ole_obj) end |