Method: Autocad::PlotConfiguration#name

Defined in:
lib/autocad/plot_configuration.rb

#nameObject

Get the name of the plot configuration



5
6
7
# File 'lib/autocad/plot_configuration.rb', line 5

def name
  @ole_obj.Name
end