Gets the APIPreferences object, which provides access to the various preferences associated with the API.
# Get the value of the property.propertyValue = preferences_var.apiPreferences
#include <Core/Application/Preferences.h>// Get the value of the property.Ptr<APIPreferences> propertyValue = preferences_var->apiPreferences();