Method SetManufacturerPartNumber
SetManufacturerPartNumber(PdmObjectId, string)
Sets the manufacturer part number of an object.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 303, 100)]
void SetManufacturerPartNumber(PdmObjectId inObjectId, string inManufacturerPartNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | Object identifier. |
| string | inManufacturerPartNumber | Manufacturer part number. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.8.303.100.