PerspectiveMeasure.CopyTo Method
Copies a PerspectiveMeasure object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As PerspectiveMeasure _
) As PerspectiveMeasure
'Usage
Dim instance As PerspectiveMeasure
Dim obj As PerspectiveMeasure
Dim returnValue As PerspectiveMeasure
returnValue = instance.CopyTo(obj)
public PerspectiveMeasure CopyTo(
PerspectiveMeasure obj
)
public:
PerspectiveMeasure^ CopyTo(
PerspectiveMeasure^ obj
)
member CopyTo :
obj:PerspectiveMeasure -> PerspectiveMeasure
public function CopyTo(
obj : PerspectiveMeasure
) : PerspectiveMeasure
Parameters
- obj
Type: Microsoft.AnalysisServices.PerspectiveMeasure
The object you are copying to.
Return Value
Type: Microsoft.AnalysisServices.PerspectiveMeasure
The object copies to.