PdcCalculation.TotalExtraCosts

From External Bemet Wiki
Revision as of 08:02, 20 October 2016 by TC (talk | contribs) (Created page with "== Declaration == TotalExtraCosts as double == Description == This method returns the extra costs of a calculation, including part surcharges excluding ending surcharge. == ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

TotalExtraCosts as double

Description

This method returns the extra costs of a calculation, including part surcharges excluding ending surcharge.

Notes

Code example

This code example returns the post extra costs of a calculation, including part surcharges excluding ending surcharge.

Sub sGetPostExtraCosts
dim objCalc

  set objCalc = pdc.ActiveCalculation

  msgbox objCalc.TotalExtraCosts

  set objCalc = nothing
End Sub

Availability

5.3 and onwards