Gets the GeneralPreferences object.
# Get the value of the property.propertyValue = preferences_var.generalPreferences
#include <Core/Application/Preferences.h>// Get the value of the property.Ptr<GeneralPreferences> propertyValue = preferences_var->generalPreferences();