| RemoteControlSetValue Method (String, Double) |
Set camera resource value.
Namespace: Flir.Atlas.Live.RemoteAssembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax public void SetValue(
string path,
double value
)
Parameters
- path
- Type: SystemString
Registry path in camera. - value
- Type: SystemDouble
Value to set.
Exceptions Remarks Asynchronously sets a resource value in the camera,
CommandExecuted for more information about the result.
See Also