Assembly: Algo;
The IAlgorithmClipboard interface is used to create copies of calculation algorithm blocks in calculation tree.
IAlgorithmClipboard
Property name | Brief description | |
NotEmptyBuffer | The NotEmptyBuffer property returns whether there are calculation algorithm blocks in the clipboard. |
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. | |
The Paste method pastes the cut calculation algorithm blocks from the clipboard. |
See also: