// Get the value of the property. FootAndInchDisplayFormats propertyValue = unitAndValuePreferences_var->footAndInchDisplayFormat();
// Set the value of the property, where value_var is a FootAndInchDisplayFormats. bool returnValue = unitAndValuePreferences_var->footAndInchDisplayFormat(value_var);