PdcOperation.TotalPostCostsExcl
Jump to navigation
Jump to search
Declaration
TotalPostCostsExcl as double
Description
This method returns the post costs of an operation (Internal, subcontracting or extra costs), excluding part surcharges excluding ending surcharge.
Notes
Code example
This code example returns the post costs of an operation (Internal, subcontracting or extra costs), excluding part surcharges excluding ending surcharge.
Sub sGetTotalPostCostsExcl
dim objCalc
dim objBWPL
set objCalc = pdc.ActiveCalculation
set objBWPL = objCalc.OperationList(0)
msgbox objBWPL.TotalPostCostsExcl
set objBWPL = nothing
set objCalc = nothing
End Sub
Availability
5.3 and onwards