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

Method getFeatureDataType

src/model/BuildingUnit.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 boost::optional<std::string> BuildingUnit_Impl::getFeatureDataType(const std::string& name) const {
89 return this->additionalProperties().getFeatureDataType(name);
90 }
91
92 boost::optional<std::string> BuildingUnit_Impl::getFeatureAsString(const std::string& name) const {
93 return this->additionalProperties().getFeatureAsString(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