EditableObjectPropertyBag..::..BeginEdit Method

This creates a checkpoint using the current values. The checkpoint remains available until EndEdit or CancelEdit is called.

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

Syntax


public void BeginEdit()
Public Sub BeginEdit

Exceptions


ExceptionCondition
[InvalidOperationException]Reentrant call to BeginEdit detected

Remarks


Calling this method multiple times will have no effect.