ArcGIS Pro 2.8 API Reference Guide
CreateChainedOperation Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class : CreateChainedOperation Method
Creates a follow-on operation which will be shared with this operation on the application's undo stack.
Syntax
public EditOperation CreateChainedOperation()
Public Function CreateChainedOperation() As EditOperation

Return Value

a newly created EditOperation that will be merged with this one.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members