SetControlPoint Method

Sets the control point of the spline at a given index.

See Also | Example

Signature

object.SetControlPoint Index, Value

Object

Spline
The object or objects this method applies to.

Index

Integer; input-only
The index location of the control point you wish to set. The first control point is index 0.

Value

Variant (three-element array of doubles)
The 3D WCS coordinates specifying the control point for the spline at the given index location.

 

   Comments?