| 568 | } |
| 569 | |
| 570 | bool SizingSystem_Impl::setSystemOutdoorAirMethod(const std::string& systemOutdoorAirMethod) { |
| 571 | bool result = setString(OS_Sizing_SystemFields::SystemOutdoorAirMethod, systemOutdoorAirMethod); |
| 572 | return result; |
| 573 | } |
| 574 | |
| 575 | void SizingSystem_Impl::resetSystemOutdoorAirMethod() { |
| 576 | bool result = setString(OS_Sizing_SystemFields::SystemOutdoorAirMethod, ""); |
no outgoing calls