Sheet.Sketches Property
Parent Object: SheetDescription
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
Sheet.Sketches() As DrawingSketchesProperty Value
This is a read only property whose value is a DrawingSketches.Samples
Name | Description |
Sketch fill region | This sample demonstrates the sketch fill functionality in drawing sketches. |
Sketch Text Add | This sample illustrates creating text in a sketch. |