Creates a copy of the specified objects and groups.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public SelectionCopy CopySelection ( |
Visual Basic
Copy Code
|
|---|
Public Function CopySelection( _ |
A list of items to copy.
true to allow copying unconnected links, or false otherwise.
true to copy group information, or false otherwise.
An instance of the SelectionCopy class.
RemarksCall PasteSelection to add the copied objects to a target diagram.
See Also