Path to the thumbnail for the buildfile
# Get the value of the property.propertyValue = cAMExportOptions_var.thumbnailPath# Set the value of the property.cAMExportOptions_var.thumbnailPath = propertyValue
#include <Cam/CAM/CAMExportOptions.h>// Get the value of the property.string propertyValue = cAMExportOptions_var->thumbnailPath();// Set the value of the property, where value_var is a string.bool returnValue = cAMExportOptions_var->thumbnailPath(value_var);