Gets and sets the description of the template.
# Get the value of the property.propertyValue = cAMTemplate_var.description# Set the value of the property.cAMTemplate_var.description = propertyValue
#include <Cam/CAMTemplate/CAMTemplate.h>// Get the value of the property.string propertyValue = cAMTemplate_var->description();// Set the value of the property, where value_var is a string.bool returnValue = cAMTemplate_var->description(value_var);