Gets and sets the Show ghosted result body option
# Get the value of the property.propertyValue = fusionProductPreferences_var.isGhostedResultBodyShown# Set the value of the property.fusionProductPreferences_var.isGhostedResultBodyShown = propertyValue
#include <Fusion/Fusion/FusionProductPreferences.h>// Get the value of the property.boolean propertyValue = fusionProductPreferences_var->isGhostedResultBodyShown();// Set the value of the property, where value_var is a boolean.bool returnValue = fusionProductPreferences_var->isGhostedResultBodyShown(value_var);