PdcCalculation.TotalPostMaterialCostsExcl
Jump to navigation
Jump to search
Declaration
TotalPostMaterialCostsExcl as double
Description
This method returns the post material costs of a calculation, excluding part surcharges excluding ending surcharge.
Notes
Code example
This code example returns the post material operation of a calculation, excluding part surcharges excluding ending surcharge.
Sub sGetPostMaterialCosts
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.TotalPostMaterialCostsExcl
set objCalc = nothing
End Sub
Availability
5.2.56.0 and onwards