The number of the part to be copied.

C# |
public int PartNumber { get; set; }

Valid part numbers are from 1 to 10,000 inclusive and will uniquely identify the part
and determine the relative ordering within the destination object. If a part already
exists with the PartNumber it will be overwritten.