ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / CompositeOperation Class / CompositeOperation Constructor
Collection of operations to initially add.
The name of the operation as it is to appear in the undo/redo lists.
Optionally, the category the operation falls into.

In This Topic
    CompositeOperation Constructor
    In This Topic
    Initializes a new CompositeOperation instance.
    Syntax
    public CompositeOperation( 
       IEnumerable<Operation> operations,
       string name,
       string category
    )
    Public Function New( _
       ByVal operations As IEnumerable(Of Operation), _
       Optional ByVal name As String, _
       Optional ByVal category As String _
    )

    Parameters

    operations
    Collection of operations to initially add.
    name
    The name of the operation as it is to appear in the undo/redo lists.
    category
    Optionally, the category the operation falls into.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also