Click or drag to resize

CombinedEdit(IListIUndoableEdit) Constructor

Initializes a new instance of the CombinedEdit class with the specified list of edits.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public CombinedEdit(
	IList<IUndoableEdit> edits
)

Parameters

edits  IListIUndoableEdit
The collection of edits to combine.
See Also