Get the internal ID of the part. This is unique with respect to other MachineParts in the Machine.
# Get the value of the property.propertyValue = machinePart_var.id
#include <Cam/Machine/MachinePart.h>// Get the value of the property.string propertyValue = machinePart_var->id();