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

Method setGBXMLId

src/model/ModelObject.cpp:735–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733 }
734
735 bool ModelObject_Impl::setGBXMLId(const std::string& gbXMLId) {
736 return this->additionalProperties().setFeature("gbXMLId", gbXMLId);
737 }
738
739 boost::optional<std::string> ModelObject_Impl::displayName() const {
740 boost::optional<std::string> result;

Callers 2

translateIdMethod · 0.80
TEST_FFunction · 0.80

Calls 2

additionalPropertiesMethod · 0.95
setFeatureMethod · 0.45

Tested by 1

TEST_FFunction · 0.64