EditableObjectPropertyBag..::..CancelEdit Method

This reverts all changes to the checkpoint values. CancelEdit is called recursively on any value in the original list.

Namespace:  Tortuga.Anchor.Modeling.Internals
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public void CancelEdit()
Public Sub CancelEdit

Exceptions


ExceptionCondition
[InvalidOperationException]Reentrant call to CancelEdit detected

Remarks


Calling this when there are no matching BeginEdit will have no effect.