ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / IsEmpty Property

In This Topic
    IsEmpty Property (EditOperation)
    In This Topic
    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 11, Windows 10, Windows 8.1

    See Also