IEstimateVersion.GetItemTotalQuantity Method

Returns the total quantity (the sum of quantities of each occurrence) of the specified item in the estimate.
Function GetItemTotalQuantity( _ 
ByVal itemValue As String, _ 
Optional ByVal includeOverheadMinute As Boolean = True _ 
) As Double
This language is not supported or no code example is available.
double GetItemTotalQuantity( 
string itemValue
bool includeOverheadMinute = True 
)
This language is not supported or no code example is available.

Parameters

itemValue
string

Usually the reference. The type of item can be selected in the Options / Calculation panel of the estimate.

includeOverheadMinute
bool

Optional. When true, it takes the quantities being in the overhead costs minute into account. The default value is true.

Return Value

double

The total quantity of the specified item in the estimate.

Remarks
 
The type of item can be selected in the Options / Calculation panel of the estimate. It must be set for the function to return a value.
Version
 
Available since QDV 7.15.539.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition