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

Method setDisplayName

src/model/ModelObject.cpp:750–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748 }
749
750 bool ModelObject_Impl::setDisplayName(const std::string& displayName) {
751 return this->additionalProperties().setFeature("displayName", displayName);
752 }
753
754 } // namespace detail
755

Callers

nothing calls this directly

Calls 2

additionalPropertiesMethod · 0.95
setFeatureMethod · 0.45

Tested by

no test coverage detected