Method SetMachine
SetMachine(DocumentId, DocumentId)
Sets the machine in the document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 15, 400, 100)]
void SetMachine(DocumentId inDocumentId, DocumentId inMachineDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| DocumentId | inMachineDocumentId | Identifier of the machine document to include. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.15.400.100.