Element.Clone method

Performs a deep copy of this object.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public MustOverride Function Clone As Object
'Usage
Dim instance As Element
Dim returnValue As Object

returnValue = instance.Clone()
public abstract Object Clone()

Return value

Type: System.Object
A clone of the current instance.

Implements

ICloneable.Clone()

Remarks

This is an abstract class. See classes that inherit from Element.

See also

Reference

Element class

Element members

Microsoft.PerformancePoint.Scorecards namespace