DimensionCollection.Insert Method
Inserts an object into the collection at the specified index.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
value As Dimension _
)
'Usage
Dim instance As DimensionCollection
Dim index As Integer
Dim value As Dimension
instance.Insert(index, value)
public void Insert(
int index,
Dimension value
)
Parameters
index
Type: System.Int32The zero-based index.
value
Type: Microsoft.PerformancePoint.Scorecards.DimensionThe object to insert.