| Name | Type | Description |
|---|---|---|
| StartX |
Double
|
|
| StartY |
Double
|
|
| EndX |
Double
|
|
| EndY |
Double
|
|
| StartingControlPointLength |
Double
|
Specifies, in document units, the length of the starting control point. |
| StartingControlPointAngle |
Double
|
Specifies the angle, measured in degrees, of the starting control. |
| EndingControlPointLength |
Double
|
Specifies, in document units, the length of the ending control point. |
| EndingControlPointAngle |
Double
|
Specifies the angle, measured in degrees, of the ending control point. |
Sub CurveCreate() ActiveLayer.CreateCurveSegment(3, 3, 6, 6, 5, 45, 5, 45) End Sub