PdcCalculation.TotalPostSubcontractingCostsExcl

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

TotalPostSubcontractingCostsExcl as double

Description

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

Notes

Code example

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

Sub sGetPostSubcontractingCosts
dim objCalc

  set objCalc = pdc.ActiveCalculation

  msgbox objCalc.TotalPostSubcontractingCostsExcl

  set objCalc = nothing
End Sub

Availability

5.2.56.0 and onwards