Gets and sets if the decimal is a period or comma.
# Get the value of the property.propertyValue = unitAndValuePreferences_var.isPeriodDecimalPoint# Set the value of the property.unitAndValuePreferences_var.isPeriodDecimalPoint = propertyValue
#include <Core/Application/UnitAndValuePreferences.h>// Get the value of the property.boolean propertyValue = unitAndValuePreferences_var->isPeriodDecimalPoint();// Set the value of the property, where value_var is a boolean.bool returnValue = unitAndValuePreferences_var->isPeriodDecimalPoint(value_var);