Method SetInheritedCodes
SetInheritedCodes(DocumentId, List<string>)
Sets the inherited codes of a derived family.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
void SetInheritedCodes(DocumentId inDocumentId, List<string> inCodes)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the derived family document to modify. |
| List<string> | inCodes | Base family codes to inherit in the derived family. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.10.