Click or drag to resize

ElementModelInheritTemperature Property

Inherits the parent's Temperature.

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

Property Value

Type: Boolean
Remarks

Updates this elements Temperature to always match the parent's Temperature when set to true.

Default value is true.

See Also