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