Measure Constructor (Measure)
Initializes a new instance of the Measure class based on another Measure object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Sub New ( _
template As Measure _
)
'Usage
Dim template As Measure
Dim instance As New Measure(template)
protected Measure(
Measure template
)
Parameters
template
Type: Microsoft.PerformancePoint.Scorecards.MeasureThe object to copy.