Interface IGetThermalLayerList
Interface for objects that can provide a list of thermal layers.
public interface IGetThermalLayerList
- Extension Methods
Methods
GetThermalLayerList()
Gets the list of thermal layers.
List<ThermalLayer1D> GetThermalLayerList()
Returns
- List<ThermalLayer1D>
List of thermal layers.