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