ArcGIS Pro 2.8 API Reference Guide
CompositeOperation Constructor

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.
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 10, Windows 8.1

See Also

Reference

CompositeOperation Class
CompositeOperation Members