Target.CopyCalcTypeFrom Method
Copies the override settings and the IsRollupScore setting from another Target object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overrides Sub CopyCalcTypeFrom ( _
element As KpiMeasure _
)
'Usage
Dim instance As Target
Dim element As KpiMeasure
instance.CopyCalcTypeFrom(element)
public override void CopyCalcTypeFrom(
KpiMeasure element
)
Parameters
element
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureThe object to copy from.