DrawingDocument.StylesManager Property
Parent Object: DrawingDocumentDescription
Property that returns the DrawingStylesManager object.
Syntax
DrawingDocument.StylesManager() As DrawingStylesManagerProperty Value
This is a read only property whose value is a DrawingStylesManager.Samples
Name | Description |
Moving sketch entities to a new layer | This sample demonstrates the creation of a new layer and moving sketch entities onto this newly created layer. |