DrawingView.Sketches Property
Parent Object: DrawingViewDescription
Property that returns the DrawingSketches collection object for the sheet. This object provides access to all of the sketches that have been created on the sheet and provides functionality to create new sketches.
Syntax
DrawingView.Sketches() As DrawingSketchesProperty Value
This is a read only property whose value is a DrawingSketches.Samples
Name | Description |
Drawing Sketches - editing line type and color | This sample demonstrates the modification of sketch entity line type and color in drawings. |
Sketch within a drawing view | This sample demonstrates creating a sketch within an existing drawing view. |
Draft Views - create | This sample demonstrates the creation of a draft view in a drawing. |
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. |