| RemoteControlSetValue Method (String, Int32) |
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,
int value
)
Parameters
- path
- Type: SystemString
Registry path in camera. - value
- Type: SystemInt32
Value to set.
Exceptions Remarks Asynchronously sets a resource value in the camera,
CommandExecuted for more information about the result.
See Also