Gets an IDiagramNodeState that represents the current state of this node at the time this method is called.

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

Syntax

C#
public override IDiagramNodeState Clone()
Visual Basic (Declaration)
Public Overrides Function Clone As IDiagramNodeState

Return Value

An IDiagramNodeState that represents the current state of this node.

Implements

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

See Also