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

Method choiceValueDisplayNames

src/measure/OSArgument.cpp:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 }
376
377 std::vector<std::string> OSArgument::choiceValueDisplayNames() const {
378 return m_choiceDisplayNames;
379 }
380
381 std::string OSArgument::valueDisplayName() const {
382 std::string valueString = valueAsString();

Callers 3

bclMeasureArgumentsMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64