Method SetPartNumber
SetPartNumber(DocumentId, string)
Sets the multi layer material part number
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
bool SetPartNumber(DocumentId inDocumentId, string inPartNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| string | inPartNumber | Part Number. |
Returns
| Type | Description |
|---|---|
| bool | True if value is correctly set. |
Remarks
This method is available since v7.19.