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