EditableObjectPropertyBag..::..EndEdit Method

This removed one level of checkpoint values. EndEdit is called recursively on any value in the list of checkpoint values.

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

Syntax


public void EndEdit()
Public Sub EndEdit

Exceptions


ExceptionCondition
[InvalidOperationException]Reentrant call to EndEdit detected

Remarks


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