DrawingCurve.StartPoint Property
Parent Object: DrawingCurveDescription
Property that returns the start point of the curve in sheet space. This property returns Nothing for circular curves.
Syntax
DrawingCurve.StartPoint() As Point2dProperty Value
This is a read only property whose value is a Point2d.Samples
Name | Description |
Creating hole tables | This sample demonstrates the creation of hole tables in a drawing. |