PdcCalculation.FinishedQuantity
Declaration
FinishedQuantity as double
Description
Returns the finished quantity
Notes
This property returns the 'FinishedQuantity' of the current calculation. This field can be found in the 'Other' treenode.
Code example
This code example returns the FinishedQuantity of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.FinishedQuantity