Adds the specified items and groups to the specified diagram document.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool PasteSelection ( |
Visual Basic
Copy Code
|
|---|
Public Function PasteSelection( _ |
true if data contains any items; otherwise, false.
RemarksThis method can be used in conjunction with CopySelection to copy selected items from one Diagram instance to another.
See Also