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