PdcCalculation.TotalSubcontractingCostsExcl

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

Declaration

TotalSubcontractingCostsExcl as double

Description

This method returns the forecast subcontracting costs of a calculation, excluding part surcharges excluding ending surcharge.

Notes

Code example

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

Sub sGetSubcontractingCosts
dim objCalc

  set objCalc = pdc.ActiveCalculation

  msgbox objCalc.TotalSubcontractingCostsExcl

  set objCalc = nothing
End Sub

Availability

5.3 and onwards