Method SetCoating
SetCoating(DocumentId, DocumentId)
Sets the coating of a part.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 301, 40)]
void SetCoating(DocumentId inDocumentId, DocumentId inCoatingDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the part document to modify. |
| DocumentId | inCoatingDocumentId | Coating document identifier, or empty if the part does not have a coating. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.6.301.40.