Click or drag to resize
RemoteControlGetValue Method (String, Double)
Get value from camera resource tree.

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

Parameters

path
Type: SystemString
Resoucre tree path.
value
Type: SystemDouble
returned value from the resource tree.
Exceptions
Remarks
Synchronous.
See Also