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

Method hasFeature

src/model/AdditionalProperties.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 bool AdditionalProperties_Impl::hasFeature(const std::string& name) const {
100 return getFeatureGroupByName(name).has_value();
101 }
102
103 boost::optional<std::string> AdditionalProperties_Impl::getFeatureDataType(const std::string& name) const {
104 boost::optional<std::string> dataType;

Callers 7

cadObjectIdMethod · 0.80
gbXMLIdMethod · 0.80
displayNameMethod · 0.80
suggestHandleMappingMethod · 0.80
translateCADObjectIdMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64