ArcGIS Pro 3.7 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 Friend Overrides NotOverridable Function Do() As Boolean
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also