Returns an IDiagramConnectionState that holds the property values of this IDiagramConnection as it is at the time this method is called.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
IDiagramConnectionState Clone()
Visual Basic (Declaration)
Function Clone As IDiagramConnectionState

Return Value

An IDiagramConnectionState holding current property values of this IDiagramConnection.

See Also