Click or drag to resize
RemoteCameraSettingsEnumerateTemperatureRanges Method
Array of temperature ranges (in Kelvin). Use this method to determine the number of available temperature ranges. Use the array index to modify the temperature range SetTemperatureRangeIndex(Int32).

Namespace: Flir.Atlas.Live.Remote
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public Range<double>[] EnumerateTemperatureRanges()

Return Value

Type: RangeDouble
Array of temperature ranges.
Exceptions
See Also