Returns an IDiagramNodeState that represents the current state of this DiagramNodeBase 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#
public virtual IDiagramNodeState Clone()
Visual Basic (Declaration)
Public Overridable Function Clone As IDiagramNodeState

Return Value

An IDiagramNodeState that represents the current state of this DiagramNodeBase.

Implements

IDiagramNode..::.Clone()()()

See Also