Click or drag to resize
MeasurementParametersEmissivity Property
Gets or sets the default emissivity for the Thermal Image.

Namespace: Flir.Atlas.Image.Measurements
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public double Emissivity { get; set; }

Property Value

Type: Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionEmissivity is out of range.
Remarks
Emissivity is a value between 0 and 1 that specifies how much radiation an object emits , compared to the radiation of a theoretical reference object of the same temperature (called a ‘blackbody’).
See Also