NumberOfControlPoints Property

Gets the number of control points of the spline.

See Also | Example

Signature

object.NumberOfControlPoints

object

Spline
The object or objects this property applies to.

NumberOfControlPoints

Integer; read-only

Remarks

Control points fine-tune a spline definition by adding weight to a portion of the spline curve.

You can query the current position of a control point by using the GetControlPoint method. You can set a new coordinate location for a control point by using the SetControlPoint method. You can set a new weight for a control point by using the SetWeight method.

 

   Comments?