Click or drag to resize

CombinedEdit Constructor (IListIUndoableEdit)

Initializes a new instance of the CombinedEdit class

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

Parameters

edits
Type: System.Collections.GenericIListIUndoableEdit

[Missing <param name="edits"/> documentation for "M:Demo3D.Visuals.CombinedEdit.#ctor(System.Collections.Generic.IList{Demo3D.Utilities.IUndoableEdit})"]

See Also