IAlgorithmClipboard

Assembly: Algo;

Description

The IAlgorithmClipboard interface is used to create copies of calculation algorithm blocks in calculation tree.

Inheritance Hierarchy

          IAlgorithmClipboard

Properties

  Property name Brief description
NotEmptyBuffer The NotEmptyBuffer property returns whether there are calculation algorithm blocks in the clipboard.

Methods

  Method name Brief description
CopySelectedShapes The CopySelectedShapes method copies the selected calculation algorithm blocks.
CutSelectedShapes The CutSelectedShapes method cuts the selected calculation algorithm blocks to the clipboard.

Paste

The Paste method pastes the cut calculation algorithm blocks from the clipboard.

See also:

Algo Assembly Interfaces