This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities2 Interface > IGPUtilities2.StopEditOperation Method (ArcObjects .NET 10.4 SDK) |
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