Click or drag to resize
RemoteControlSetValue Method (String, Boolean)
Set camera resource value.

Namespace: Flir.Atlas.Live.Remote
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public void SetValue(
	string path,
	bool value
)

Parameters

path
Type: SystemString
Registry path in camera.
value
Type: SystemBoolean
Value to set.
Exceptions
ExceptionCondition
InvalidOperationException
Remarks
Asynchronously sets a resource value in the camera, CommandExecuted for more information about the result.
See Also