Method CreateDerivedDocument
CreateDerivedDocument(PdmObjectId, DocumentId, DocumentId)
Creates a new derived family document of a specified family document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
DocumentId CreateDerivedDocument(PdmObjectId inOwnerId, DocumentId inDocumentId, DocumentId inGenericId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inOwnerId | Identifier of owner. |
| DocumentId | inDocumentId | Identifier of the family document to derive. |
| DocumentId | inGenericId | Identifier of the derived generic document, or Empty if not derived. |
Returns
| Type | Description |
|---|---|
| DocumentId | Derived family document identifier. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.10.