PdcCalculation.AdditionalCosts

From External Bemet Wiki
Revision as of 08:54, 21 May 2012 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Availability