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

Method setStandardsSpaceType

src/model/SpaceType.cpp:497–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495 }
496
497 bool SpaceType_Impl::setStandardsSpaceType(const std::string& standardsSpaceType) {
498 bool test = setString(OS_SpaceTypeFields::StandardsSpaceType, standardsSpaceType);
499 OS_ASSERT(test);
500 return test;
501 }
502
503 void SpaceType_Impl::resetStandardsSpaceType() {
504 bool test = setString(OS_SpaceTypeFields::StandardsSpaceType, "");

Callers 2

mergeSpaceTypeMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64