// Get the value of the property. BendPositionTypes propertyValue = flatHemFeatureDefinition_var->bendPositionType();
// Set the value of the property, where value_var is a BendPositionTypes. bool returnValue = flatHemFeatureDefinition_var->bendPositionType(value_var);