Share

DrawingSketch.SketchLines Property

Parent Object: DrawingSketch

Description

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 SketchLines

Property 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.

Version

Introduced in version 5.3

Was this information helpful?