CurvesContinuousManager.GetCurvePointByIndex

CurvesContinuousManager.GetCurvePointByIndex method

Gets the curve point by index.

public Point GetCurvePointByIndex(int channelIndex, int pointIndex)
ParameterTypeDescription
channelIndexInt32Index of the channel.
pointIndexInt32Index of the point.

Return Value

Curve point by index of channel

See Also