SketchControlPointSplineProxy.ControlPoint Property
Parent Object: SketchControlPointSplineProxyDescription
Read-only property that returns the SketchPoint at the specified index. The indices correspond to the control points in order from the start to the end of the spline. An Index of 1 returns the first SketchPoint. The ControlPointCount property returns the total number of control points for the spline. Deleting the returned sketch point will delete the control point from the spline.
Syntax
SketchControlPointSplineProxy.ControlPoint( Index As Long ) As SketchPointProperty Value
This is a read only property whose value is a SketchPoint.Parameters
Name | Type | Description |
Index | Long | The index of the control point to return. The first control point has in index of 1. |