This document is archived and information here might be outdated.  Recommended version.


IGPUtilities2.StopEditOperation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities2 Interface > IGPUtilities2.StopEditOperation Method
ArcGIS Developer Help

IGPUtilities2.StopEditOperation Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPUtilities2 Interface