removeComponent
(Removed) Remove component from view
The removeComponent function has been removed. You can create a view using the
createView function with a selection query, remove the query using the removeQuery function, and remove a component using the removeElement function. For further details, see Version History.
Description
removeComponent(
removes the component with the specified path.object,compPath)
removeComponent is a method from the class systemcomposer.view.ViewArchitecture.