PdcCalculation.TotalPostSubcontractingCostsIncl

From External Bemet Wiki
Revision as of 06:56, 12 May 2016 by Mike (talk | contribs) (Created page with "== Declaration == TotalPostSubcontractingCostsIncl as double == Description == This method returns the post subcontracting costs of a calculation, including part surcharges i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

TotalPostSubcontractingCostsIncl as double

Description

This method returns the post subcontracting costs of a calculation, including part surcharges including ending surcharge.

Notes

Code example

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

Sub sGetPostSubcontractingCosts
dim objCalc

  set objCalc = pdc.ActiveCalculation

  msgbox objCalc.TotalPostSubcontractingCostsIncl

  set objCalc = nothing
End Sub

Availability

5.2.56.0 and onwards