PdcCalculation.TotalMaterialCostsExcl

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

TotalMaterialCostsExcl as double

Description

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

Notes

Code example

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

Sub sGetMaterialCosts
dim objCalc

  set objCalc = pdc.ActiveCalculation

  msgbox objCalc.TotalMaterialCostsExcl 

  set objCalc = nothing
End Sub

Availability

5.3 and onwards