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