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 the override settings from another KpiMeasure object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Sub CopyCalcTypeFrom ( _
element As KpiMeasure _
)
'Usage
Dim instance As KpiMeasure
Dim element As KpiMeasure
instance.CopyCalcTypeFrom(element)
public virtual void CopyCalcTypeFrom(
KpiMeasure element
)
Parameters
element
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureThe object to copy from.