Click or drag to resize

ElementModelTemperature Property

(In development) The element's temperature.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public double Temperature { get; set; }

Property Value

Type: Double
Remarks

Reflects the element's temperature, which is either inherited from its parent (requires InheritTemperature to be set to true) or its own if the value is not null.

See Also