PdcCalculation.TotalSubcontractingCosts
Jump to navigation
Jump to search
Declaration
TotalSubcontractingCosts as double
Description
This method returns the forecast subcontracting costs of a calculation, including part surcharges excluding ending surcharge.
Notes
Code example
This code example returns the forecast subcontracting costs of a calculation, including part surcharges excluding ending surcharge.
Sub sGetSubcontractingCosts
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.TotalSubcontractingCosts
set objCalc = nothing
End Sub
Availability
5.3 and onwards