| 120 | } |
| 121 | |
| 122 | boost::optional<std::string> WeatherFile_Impl::url() const { |
| 123 | return getString(OS_WeatherFileFields::Url, false, true); |
| 124 | } |
| 125 | |
| 126 | boost::optional<openstudio::path> WeatherFile_Impl::path() const { |
| 127 | boost::optional<openstudio::path> result; |