IOverhead.SetCurrencyOfEstimate Method

Sets the currency of the estimate.
Sub SetCurrencyOfEstimate( _ 
ByVal currency As String
)
This language is not supported or no code example is available.
void SetCurrencyOfEstimate( 
string currency 
)
This language is not supported or no code example is available.

Parameters

currency
string

The currency name in uppercase in which the amounts will be expressed in the WBS native columns. It must be one of the defined currencies returned from GetCurrencyRates method.

Exception type Condition

ArgumentOutOfRangeException

The suppliedcurrency is not a currency defined in Currencies.

Version
 
Available since QDV 7.22.956.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition