Method GetFunctionsInheritingOperation
GetFunctionsInheritingOperation(ElementId, out ElementId, out List<ElementId>, out List<ElementId>)
Gets a functions inheriting operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
void GetFunctionsInheritingOperation(ElementId inOperationId, out ElementId outOccurrenceId, out List<ElementId> outFunctionIds, out List<ElementId> outChildIds)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inOperationId | Identifier of the functions inheriting operation to analyze. |
| ElementId | outOccurrenceId | Identifier of the occurrence of the part or assembly providing the functions to inherit. |
| List<ElementId> | outFunctionIds | Identifiers of the specified function entities to inherit from in the occurrence definition document. |
| List<ElementId> | outChildIds | Identifiers of the children provided functions. |
Remarks
This method is available since v7.8.