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

Method scheduleDisplayName

src/model/ModelObject.cpp:923–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921 return m_className;
922 }
923 std::string ScheduleTypeKey::scheduleDisplayName() const {
924 return m_scheduleDisplayName;
925 }
926
927} // namespace model
928} // namespace openstudio

Calls

no outgoing calls

Tested by

no test coverage detected