This document is archived and information here might be outdated. Recommended version. |
Stops an edit session.
[Visual Basic .NET] Public Sub StopEditing ( _ ByVal saveEdits As Boolean _ )
[C#] public void StopEditing ( bool saveEdits );
[C++]
HRESULT StopEditing(
VARIANT_BOOL saveEdits
);
[C++]
Parameters saveEdits [in]
saveEdits is a parameter of type bool
StopEditing stops the edit session on the NAContext's NAClasses. The saveEdits parameter controls if edits are saved or discarded.