PdcCalculation.AdditionalCosts
Jump to navigation
Jump to search
Declaration
AdditionalCosts as double
Description
Returns the total value of additionalcosts
Notes
This property returns the additional costs of the calculation. This is READ-ONLY!.
Code example
This code example opens a calculation, and shows the TOTAL of the additional costs in a message box.
dim objCalc
set objCalc = pdc.OpenCalculation("00685")
msgbox "The additional costs are " & objCalc.AdditionalCosts