Flir Atlas SDK Documentation
Flir Atlas SDK Documentation
FLIR Atlas SDK Programming Guide
Flir.Atlas.Live Namespaces
Flir.Atlas.Live.Remote
RemoteControl Class
RemoteControl Methods
GetValue Method
GetValue Method (String, Boolean)
GetValue Method (String, Double)
GetValue Method (String, Int32)
GetValue Method (String, String, Boolean)
RemoteControl
GetValue 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#
Copy
public
void
GetValue
(
string
path
,
out
double
value
)
Parameters
path
Type:
System
String
Resoucre tree path.
value
Type:
System
Double
returned value from the resource tree.
Exceptions
Exception
Condition
InvalidOperationException
CommandFailedException
Remarks
Synchronous.
See Also
Reference
RemoteControl Class
GetValue Overload
Flir.Atlas.Live.Remote Namespace