SoControllerReaderGetValuator Method |
Returns value of the valuator identified by id from the tracker daemon.
Namespace: OIV.ScaleViz.InteractionAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic float GetValuator(
int id
)
Public Function GetValuator (
id As Integer
) As Single
public:
float GetValuator(
int id
)
member GetValuator :
id : int -> float32
Parameters
- id
- Type: SystemInt32
Return Value
Type:
Single
Remarks
See Also