Send a parameter to ViWo

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Sub SendParameter ( _
	viwoPar As ViWo..::..ViWoParameter _
)

Parameters

viwoPar
Type: ExpSuite..::..ViWo..::..ViWoParameter

[Missing <param name="viwoPar"/> documentation for "M:ExpSuite.ViWo.SendParameter(ExpSuite.ViWo.ViWoParameter)"]

Remarks

The parameter viwoPar will be parsed, converted to ViWo's parameter range and send to ViWo
  • int, float: the value will be converted to a number and sent
  • color: the colors parts R, G, and B will be converted from 0..255 to 0..1 range
  • position: the value must be a string in form "X Y Z". It will be splitted and 3 values will be sent
  • string: the value will be sent as is
  • See Also