Search
ElementTemplate.Clone Method
See Also
 





Creates an exact copy of this element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public abstract Object Clone ()

Visual Basic  Copy Code

Public MustOverride Function Clone () As Object

 Return Value

An instance of the appropriate type that represents the element clone.

 See Also