class Sketchup::LineStyle

This provides a way for SketchUp to customize a line style and be set on a layer.

@version SketchUp 2019

Public Instance Methods

name() click to toggle source

The {#name} method retrieves the name of the line style object.

@example

line_style = Sketchup.active_model.line_styles["Solid Basic"]
line_style.name # returns "Solid Basic"

@return [String] The name of the line style.

@version SketchUp 2019

# File lib/sketchup-api-stubs/stubs/Sketchup/LineStyle.rb, line 21
def name
end