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 ElementTemplate Clone ()

Visual Basic  Copy Code

Public MustOverride Function Clone () As ElementTemplate

 Return Value

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

 See Also