Hierarchical Components - Programmatic hierachy creation
![]()
How do I programmatically create a hierarchy of components in RTC 6.0?
There is the API call getComponentHierarchy (in IFlowNodeConnection) I couldn't find a "addSubcomponent" call as it is possible within the eclipse client. |
Accepted answer
![]()
Take a look at IWorkspaceConnection#updateSubcomponentData. It extends IFlowNodeConnection and you can add/remove components through this API.
Hubert Aunkofer selected this answer as the correct answer
|