Name
Menu.Remove -- detach object from family (V1.2)
Synopsis
mui.DoMethod(id, "Remove", obj)
Function
This method can be used to detach the specified object from the specified family. After this method returns the specified object will change its state from attached to detached. This means that you could now attach it to another family using a function like Menu.Insert or you could free it using mui.FreeObject().

Inputs
id
id of the family object
obj
id of the object to remove

Show TOC