This document is archived and information here might be outdated. Recommended version. |
Starts an edit session.
[Visual Basic .NET] Public Sub StartEditing ( _ ByVal withUndoRedo As Boolean _ )
[C#] public void StartEditing ( bool withUndoRedo );
[C++]
HRESULT StartEditing(
VARIANT_BOOL withUndoRedo
);
[C++]
Parameters withUndoRedo [in]
withUndoRedo is a parameter of type bool
StartEditing starts an edit session on the NAContext's NAClasses. The withUndoRedo parameter can be used to suppress undo/redo logging if the workspace supports such suppression.