SketchCircle.Layer Property
Parent Object: SketchCircleDescription
Gets and sets the layer applied to this sketch entity.
Syntax
SketchCircle.Layer() As LayerProperty Value
This is a read/write property whose value is a Layer.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. |