DrawingSketch.SketchLines Property
Parent Object: DrawingSketchDescription
Property that returns the SketchLines collection object. This collection provides access to the existing lines in the sketch and provides functionality to create new lines.
Syntax
DrawingSketch.SketchLines() As SketchLinesProperty Value
This is a read only property whose value is a SketchLines.Samples
Name | Description |
Drawing Sketches - editing line type and color | This sample demonstrates the modification of sketch entity line type and color in drawings. |