Method SetMachines
SetMachines(DocumentId, List<DocumentId>)
Set machine list.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 160)]
void SetMachines(DocumentId inDocumentId, List<DocumentId> inMachinesDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to modify. |
| List<DocumentId> | inMachinesDocumentId | Identifier list of machine document. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.