The description of this spindle.
# Get the value of the property.propertyValue = machineSpindle_var.description# Set the value of the property.machineSpindle_var.description = propertyValue
#include <Cam/Machine/MachineSpindle.h>// Get the value of the property.string propertyValue = machineSpindle_var->description();// Set the value of the property, where value_var is a string.bool returnValue = machineSpindle_var->description(value_var);