PdcCalculation.TotalOperationCostsIncl

From External Bemet Wiki
Revision as of 08:11, 20 October 2016 by TC (talk | contribs) (Created page with "== Declaration == TotalOperationCostsIncl as double == Description == This method returns the forecast operation costs of a calculation, including part surcharges including e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

TotalOperationCostsIncl as double

Description

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

Notes

Code example

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

Sub sGetOperationCosts
dim objCalc

  set objCalc = pdc.ActiveCalculation

  msgbox objCalc.TotalOperationCostsIncl

  set objCalc = nothing
End Sub

Availability

5.3 and onwards