createViewComponent
(Removed) Create view component
The createViewComponent function has been removed. You can create a view using the
createView function and then add a component using the addElement function. Add a subgroup with the createSubGroup function. For further details, see Version History.
Description
creates a new view component with the provided name.viewComp = createViewComponent(object,name)
createViewComponent is a method for the class systemcomposer.view.ViewArchitecture.