IAlgorithmClipboard

Assembly: Algo;

Description

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

Inheritance Hierarchy

          IAlgorithmClipboard

Comments

The interface is developed for internal use.

Properties

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

Methods

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

Paste

The Paste method pastes the cut or copied calculation algorithm objects from the clipboard.

See also:

Algo Assembly Interfaces