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