OpenGroup Method
OpenGroup(String)
Opens a new change group used to batch several changes. ChangeGroups work as transactions and are used to support the Undo/Redo system. Note: the ChangeGroup applies to the whole DesignContext, not just to this item!
Declaration
public ChangeGroup OpenGroup(string changeGroupTitle)
Parameters
Type | Name | Description |
---|---|---|
System.String | changeGroupTitle |
Returns
Type | Description |
---|---|
ChangeGroup |