ArcGIS Pro 2.8 API Reference Guide
IsEmpty Property (EditOperation)

ArcGIS.Desktop.Editing Namespace > EditOperation Class : IsEmpty Property
Gets a value indicating if the EditOperation is empty.
Syntax
public bool IsEmpty {get;}
Public ReadOnly Property IsEmpty As Boolean

Property Value

true if the EditOperation has no methods set before executing.
Remarks
This is used internally before executing the operation to test if any methods have been set.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members