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