PdcCalculation.TotalPostMaterialCosts

From External Bemet Wiki
Revision as of 06:52, 12 May 2016 by Mike (talk | contribs) (Created page with "== Declaration == TotalPostMaterialCosts as double == Description == This method returns the post material costs of a calculation, including part surcharges excluding ending ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

TotalPostMaterialCosts as double

Description

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

Notes

Code example

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

Sub sGetPostMaterialCosts
dim objCalc

  set objCalc = pdc.ActiveCalculation

  msgbox objCalc.TotalPostMaterialCosts

  set objCalc = nothing
End Sub

Availability

5.2.56.0 and onwards