| 217 | } |
| 218 | |
| 219 | bool Shade_Impl::setSolarReflectance(double solarReflectance) { |
| 220 | bool result = setDouble(OS_WindowMaterial_ShadeFields::SolarReflectance, solarReflectance); |
| 221 | return result; |
| 222 | } |
| 223 | |
| 224 | bool Shade_Impl::setVisibleTransmittance(double visibleTransmittance) { |
| 225 | bool result = setDouble(OS_WindowMaterial_ShadeFields::VisibleTransmittance, visibleTransmittance); |