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

In This Topic
    Do Method (CompositeOperation)
    In This Topic
    Perform the operation synchronously.
    Syntax
    protected internal override bool Do()
    Protected Friend Overrides NotOverridable Function Do() As Boolean

    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