Search
Diagram.CopySelection Method
See Also
 






Creates a copy of the currently selected objects.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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