IBpm.CreateIndicator Method (Microsoft.PerformancePoint.Scorecards)

Creates a new indicator.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Sub CreateIndicator ( _
    newElement As Indicator _
)
'Usage
Dim instance As IBpm
Dim newElement As Indicator

instance.CreateIndicator(newElement)
void CreateIndicator (
    Indicator newElement
)

Parameters

  • newElement
    The new indicator.

See Also

Reference

IBpm Interface
IBpm Members
Microsoft.PerformancePoint.Scorecards Namespace