MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / setFeature

Method setFeature

src/model/BuildingUnit.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 bool BuildingUnit_Impl::setFeature(const std::string& name, const std::string& value) {
122 return this->additionalProperties().setFeature(name, value);
123 }
124
125 bool BuildingUnit_Impl::setFeature(const std::string& name, const char* value) {
126 return this->additionalProperties().setFeature(name, value);

Callers 12

setCADObjectIdMethod · 0.45
setGBXMLIdMethod · 0.45
setDisplayNameMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateModelPrivateMethod · 0.45
translateScheduleDayMethod · 0.45
translateScheduleWeekMethod · 0.45
translateScheduleMethod · 0.45
translateSpaceMethod · 0.45
translateSurfaceMethod · 0.45
translateCADObjectIdMethod · 0.45

Calls 1

additionalPropertiesMethod · 0.80

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36