Gets and sets if symbols are used for units display.
# Get the value of the property.propertyValue = unitAndValuePreferences_var.areSymbolsForUnitDisplayed# Set the value of the property.unitAndValuePreferences_var.areSymbolsForUnitDisplayed = propertyValue
#include <Core/Application/UnitAndValuePreferences.h>// Get the value of the property.boolean propertyValue = unitAndValuePreferences_var->areSymbolsForUnitDisplayed();// Set the value of the property, where value_var is a boolean.bool returnValue = unitAndValuePreferences_var->areSymbolsForUnitDisplayed(value_var);