| 423 | } |
| 424 | |
| 425 | bool SizingZone_Impl::setHeatingDesignAirFlowMethod(const std::string& heatingDesignAirFlowMethod) { |
| 426 | bool result = setString(OS_Sizing_ZoneFields::HeatingDesignAirFlowMethod, heatingDesignAirFlowMethod); |
| 427 | return result; |
| 428 | } |
| 429 | |
| 430 | void SizingZone_Impl::resetHeatingDesignAirFlowMethod() { |
| 431 | bool result = setString(OS_Sizing_ZoneFields::HeatingDesignAirFlowMethod, ""); |
no outgoing calls