CurvesContinuousManager.RemoveCurvePoint

CurvesContinuousManager.RemoveCurvePoint method

Removes the point of curve.

public void RemoveCurvePoint(int channelIndex, int pointIndex)
ParameterTypeDescription
channelIndexInt32Index of the channel.
pointIndexInt32Index of the point.

See Also