Method SetFinishing
SetFinishing(DocumentId, DocumentId)
Sets the finishing of a part.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
void SetFinishing(DocumentId inDocumentId, DocumentId inFinishingDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the part document to modify. |
| DocumentId | inFinishingDocumentId | Finishing document identifier, or empty if the part does not have a finishing. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.12.