OpenGroup Method
OpenGroup(String, ICollection<DesignItem>)
Opens a new change group used to batch several changes. ChangeGroups work as transactions and are used to support the Undo/Redo system.
Declaration
public override ChangeGroup OpenGroup(string changeGroupTitle, ICollection<DesignItem> affectedItems)
Parameters
Type | Name | Description |
---|---|---|
System.String | changeGroupTitle | |
System.Collections.Generic.ICollection<DesignItem> | affectedItems |
Returns
Type | Description |
---|---|
ChangeGroup |