Gets or sets the internal humidity in relative humidity percentage

Namespace:  VideoRay
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public int InternalHumidity { get; set; }
Visual Basic (Declaration)
Public Property InternalHumidity As Integer
Visual C++
public:
property int InternalHumidity {
	int get ();
	void set (int value);
}

Field Value

The internal humidity.

See Also