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