SketchLine.StartSketchPoint Property
Parent Object: SketchLineDescription
Property that returns the that defines the position of the start of the line.
Syntax
SketchLine.StartSketchPoint() As SketchPointProperty Value
This is a read only property whose value is a SketchPoint.Samples
Name | Description |
Sketch Lines | This sample demonstrates creating lines. It uses all of the various methods to create lines, both singly and as rectangles. |
Create SketchedSymbol Definition | This sample illustrates creating a new sketched symbol definition object and inserting it into the active sheet. |
Sketch Display Entities | This sample demonstrates the query functionality available for sketch entities. |
Sweep Feature Add | This sample demonstrates the creation of a sweep feature. The profile is a circle, but the path is made up of a 3D sketch and a 2D sketch. |