CombinedEdit(IListIUndoableEdit) Constructor |
Initializes a new instance of the
CombinedEdit class with the specified list of edits.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic CombinedEdit(
IList<IUndoableEdit> edits
)
Parameters
- edits IListIUndoableEdit
- The collection of edits to combine.
See Also