Share via


PerspectiveMeasure.Clone Method

Creates a new full copy of an object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Clone As PerspectiveMeasure
'Usage
Dim instance As PerspectiveMeasure
Dim returnValue As PerspectiveMeasure

returnValue = instance.Clone()
public PerspectiveMeasure Clone()
public:
PerspectiveMeasure^ Clone()
member Clone : unit -> PerspectiveMeasure 
public function Clone() : PerspectiveMeasure

Return Value

Type: Microsoft.AnalysisServices.PerspectiveMeasure
The cloned object.