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

Method standardsSpaceType

src/model/SpaceType.cpp:417–419  ·  view source on GitHub ↗

STANDARDS SPACE TYPE */

Source from the content-addressed store, hash-verified

415
416 /** STANDARDS SPACE TYPE */
417 boost::optional<std::string> SpaceType_Impl::standardsSpaceType() const {
418 return getString(OS_SpaceTypeFields::StandardsSpaceType, false, true);
419 }
420
421 std::vector<std::string> SpaceType_Impl::suggestedStandardsSpaceTypes() const {
422 std::vector<std::string> result;

Callers 4

plenum_zone?Method · 0.80
mergeSpaceTypeMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64