Name
Group.ExitChange -- terminate group exchange state (V1.2)
Synopsis
mui.DoMethod(id, "ExitChange", force)
Function
This method terminates the state established by Group.InitChange. If children have been added or removed, MUI will refresh the group making the changes visible to the user. You can force MUI to do this refresh by setting the "force" argument to True. In that case MUI will always refresh the whole group no matter if objects have been added or removed. Forcing a refresh is useful if there's an object inside your group that you want to force a refresh on.

Inputs
id
id of the group object
force
specify True here to force a complete refresh; otherwise MUI will only refresh the group if objects have been added or removed
Example
See mui.CreateObject


Show TOC