Vizard 7 » Command Index » Vizard objects » animationpath » <animationpath>.getControlPoint
7.6

<animationpath>.getControlPoint

Get the control point at the specified index

<animationpath>.getControlPoint(  
index  
)  
index
0-based index of the control point. Negative index can also be used to reference from end of list.

Remarks

Returns the control point object at the specified index.

Return Value

<controlpoint> object

See also

<animationpath>.addControlPoint
<animationpath>.getControlPointCount
<animationpath>.getControlPointTime
<animationpath>.iterControlPoints