| 231 | } |
| 232 | |
| 233 | bool DaylightingControl_Impl::setLightingControlType(const std::string& lightingControlType) { |
| 234 | bool result = setString(OS_Daylighting_ControlFields::LightingControlType, lightingControlType); |
| 235 | return result; |
| 236 | } |
| 237 | |
| 238 | void DaylightingControl_Impl::resetLightingControlType() { |
| 239 | bool result = setString(OS_Daylighting_ControlFields::LightingControlType, ""); |
no outgoing calls