IWbsFieldMasterBreakdownInfo.RemoveDiscreteValue Method

Removes a IWbsField which represents a discrete value from the BreakdownByDiscreteValues for a specified value.
Sub RemoveDiscreteValue( _ 
ByVal discreteValue As String
)
This language is not supported or no code example is available.
void RemoveDiscreteValue( 
string discreteValue 
)
This language is not supported or no code example is available.

Parameters

discreteValue
string

The discrete value to be removed.

Remarks
 
Nothing happens if the value doesn't exist. After removal, the removed field is still in the repository until you call IWbsFieldsRepository.UpdateField for the current field or IWbsFieldsRepository.DeleteField for the removed field.
Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition