DefaultDimensionSetting Constructor (Dimension)
Initializes a new instance of the DefaultDimensionSetting class, based on a 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 DefaultDimensionSetting(template)
public DefaultDimensionSetting(
Dimension template
)
Parameters
template
Type: Microsoft.PerformancePoint.Scorecards.DimensionThe object to copy from.
See Also
Reference
DefaultDimensionSetting Members