Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies from another object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Overridable Sub CopyFrom ( _
element As TupleNode _
)
'Usage
Dim element As TupleNode
Me.CopyFrom(element)
protected virtual void CopyFrom(
TupleNode element
)
Parameters
element
Type: Microsoft.PerformancePoint.Scorecards.TupleNodeThe object to copy from.