DiagramLite Programmer's Guide
Diagram.CopySelection Method
See Also
 





Creates a copy of the currently selected objects and groups.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public SelectionCopy CopySelection (
    bool unconnectedLinks
)

Visual Basic  Copy Code

Public Function CopySelection ( _
    unconnectedLinks As Boolean _
) As SelectionCopy

 Parameters

unconnectedLinks
true to allow copying unconnected links; otherwise, false.

 Return Value

An instance of the SelectionCopy class.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
PasteSelection Method