This document is archived and information here might be outdated. Recommended version. |
Stop edit operation within the application.
[Visual Basic .NET] Public Sub StopEditOperation ( _ ByVal pWorkspace As IWorkspaceEdit, _ ByVal operationLabel As String _ )
[C#] public void StopEditOperation ( IWorkspaceEdit pWorkspace, string operationLabel );
[C++]
HRESULT StopEditOperation(
IWorkspaceEdit* pWorkspace,
BSTR operationLabel
);
[C++] Parameters pWorkspace [in]
pWorkspace is a parameter of type IWorkspaceEdit* operationLabel [in]
operationLabel is a parameter of type BSTR