ArcObjects Library Reference (Geoprocessing)  

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