CurvesDiscreteManager.GetValueInPosition

CurvesDiscreteManager.GetValueInPosition method

Gets the value in position.

public byte GetValueInPosition(int channelIndex, byte position)
ParameterTypeDescription
channelIndexInt32Index of the channel.
positionByteThe position.

Return Value

Value of curve by its position

See Also