Get and sets the type of orbit.
# Get the value of the property.propertyValue = generalPreferences_var.defaultOrbit# Set the value of the property.generalPreferences_var.defaultOrbit = propertyValue
#include <Core/Application/GeneralPreferences.h>// Get the value of the property.DefaultOrbits propertyValue = generalPreferences_var->defaultOrbit();// Set the value of the property, where value_var is a DefaultOrbits.bool returnValue = generalPreferences_var->defaultOrbit(value_var);