| 126 | } |
| 127 | |
| 128 | bool PipeIndoor_Impl::setEnvironmentType(const std::string& environmentType) { |
| 129 | bool result = setString(OS_Pipe_IndoorFields::EnvironmentType, environmentType); |
| 130 | return result; |
| 131 | } |
| 132 | |
| 133 | bool PipeIndoor_Impl::setAmbientTemperatureZone(const boost::optional<ThermalZone>& thermalZone) { |
| 134 | bool result(false); |