IWbsFieldMasterBreakdownInfo.AddDiscreteValue Method

Adds a new discrete value to the BreakdownByDiscreteValues.
Function AddDiscreteValue( _ 
ByVal discreteValue As String
) As IWbsField
This language is not supported or no code example is available.
IWbsField AddDiscreteValue( 
string discreteValue 
)
This language is not supported or no code example is available.

Parameters

discreteValue
string

The discrete value to be added.

Return Value

IWbsField

The newly added IWbsField instance which represents the discrete value.

Exception type Condition

ArgumentException

The discrete value already exists.

Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition