DrawingStylesManager.Layers Property
Parent Object: DrawingStylesManagerDescription
Property that returns the LayersEnumerator object. This object provides access to all the layers.
Syntax
DrawingStylesManager.Layers() As LayersEnumeratorProperty Value
This is a read only property whose value is a LayersEnumerator.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. |