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

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

ArcGIS Pro version: 3 or higher.
See Also