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