PdcCalculation.TotalPostOperationCostsIncl

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

TotalPostOperationCostsIncl as double

Description

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

Notes

Code example

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

Sub sGetPostOperationCosts
dim objCalc

  set objCalc = pdc.ActiveCalculation

  msgbox objCalc.TotalPostOperationCostsIncl

  set objCalc = nothing
End Sub

Availability

5.2.56.0 and onwards