Returns an IDiagramNodeState that holds current property values of this IDiagramNode 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#
IDiagramNodeState Clone()
Visual Basic (Declaration)
Function Clone As IDiagramNodeState

Return Value

An IDiagramNodeState representing the current state of this IDiagramNode.

See Also