IntelliCAD 11.1 Object Library | |
SetControlPoint Method | |
See Also |
- Index
- The index value of the control point you want to define. The index list begins with zero.
- ControlPoint
- A Point object defining the new location of the control point.
Spline Object : SetControlPoint Method |
Description
Sets the control point to the spline at the given index.
Syntax
Visual Basic |
---|
Public Sub SetControlPoint( _ ByVal Index As Integer, _ ByVal ControlPoint As Point _ ) |
Parameters
- Index
- The index value of the control point you want to define. The index list begins with zero.
- ControlPoint
- A Point object defining the new location of the control point.