|
SketchUp Ruby API Reference |
The Style class contains methods for modifying information about a specific style.
Parent:
Methods: description, description=, name, name=
Example Code:
The description is used to retrieve the description for a style.
description = style.description
description - the description for the style.
The description= method is used to set a description for a style.
status = style.description=description
description - a textual description of the style.
status - true if successful, false if unsuccessful.
The name method is used to retrieve the name for a style.
name = style.name
name - the name for the style.
The name= method is used to set a name for a style.
status = style.name=name
name - a textual name of the style.
status - true if successful, false if unsuccessful.
|
SketchUp Ruby API Reference: Style class |
© Google Inc. 2007 sketchup.google.com |