CurvesDiscreteManager.SetValueInPosition

CurvesDiscreteManager.SetValueInPosition method

Sets the value in position.

public void SetValueInPosition(int channelIndex, byte position, byte value)
ParameterTypeDescription
channelIndexInt32Index of the channel.
positionByteThe position.
valueByteThe value.

See Also