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

Method featureNames

src/model/BuildingUnit.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 std::vector<std::string> BuildingUnit_Impl::featureNames() const {
85 return this->additionalProperties().featureNames();
86 }
87
88 boost::optional<std::string> BuildingUnit_Impl::getFeatureDataType(const std::string& name) const {
89 return this->additionalProperties().getFeatureDataType(name);

Callers 2

TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

additionalPropertiesMethod · 0.80

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36