Click or drag to resize
Limits Class
This class is responsible to provide valid limit values.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.ImageLimits

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public static class Limits

The Limits type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAtmosphericTemperature
Gets the limit values for the atmospheric temperature.
Public propertyStatic memberDistance
Gets the limit values for the distance to the measured object.
Public propertyStatic memberEmissivity
Gets the limit values for the emissivity.
Public propertyStatic memberExternalOpticsTemperature
Gets the limit values for the external optic temperature.
Public propertyStatic memberExternalOpticsTransmission
Gets the limit values for the external optic transmission.
Public propertyStatic memberReferenceTemperature
Gets the limit values for the reference temperature.
Public propertyStatic memberReflectedTemperature
Gets the limit values for the reflected temperature.
Public propertyStatic memberRelativeHumidity
Gets the limit values for the relative humidity.
Public propertyStatic memberTransmission
Gets the limit values for the atmospheric transmission.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also