Gets the unique identifier of the machine. Can be used for comparing machines within the document.
# Get the value of the property.propertyValue = machine_var.id
#include <Cam/Machine/Machine.h>// Get the value of the property.string propertyValue = machine_var->id();