Click or drag to resize

CombinedEditAdd Method

Adds an edit to the combined edit.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public void Add(
	IUndoableEdit edit
)

Parameters

edit
Type: Demo3D.UtilitiesIUndoableEdit
The edit to add to the combination.
See Also