ArcGIS Pro 2.8 API Reference Guide
Execute Method (EditOperation)

ArcGIS.Desktop.Editing Namespace > EditOperation Class : Execute Method
Executes the Edit, modifying the database using the instructions given to the EditOperation. Returns true upon success and false upon failure.
Syntax
public bool Execute()
Public Function Execute() As Boolean

Return Value

A Boolean representing whether the EditOperation succeeded.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members