| 72 | } |
| 73 | |
| 74 | bool Connection_Impl::setSourceObjectPort(unsigned port) { |
| 75 | return this->setUnsigned(openstudio::OS_ConnectionFields::OutletPort, port); |
| 76 | } |
| 77 | |
| 78 | bool Connection_Impl::setTargetObject(const ModelObject& object) { |
| 79 | return setPointer(openstudio::OS_ConnectionFields::TargetObject, object.handle()); |
no test coverage detected