The case-insensitive material specifies material of the MPBF PrintSetting.
# Get the value of the property.propertyValue = printSettingQuery_var.material# Set the value of the property.printSettingQuery_var.material = propertyValue
#include <Cam/PrintSetting/PrintSettingQuery.h>// Get the value of the property.string propertyValue = printSettingQuery_var->material();// Set the value of the property, where value_var is a string.bool returnValue = printSettingQuery_var->material(value_var);