ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / CompositeOperation Class / Do Method

Do Method (CompositeOperation)
Perform the operation synchronously.
Syntax
protected internal override bool Do()

Return Value

Returns True if all the operations succeed.
Remarks
Calls Do on each Operation in the list. The cycle terminates if any Operation.Do returns false.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also