PdcCalculation.TotalPostExtraCostsIncl: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == TotalPostExtraCostsInclas double == Description == This method returns the post extra costs of a calculation, including part surcharges including ending sur..." |
No edit summary |
||
Line 1: | Line 1: | ||
== Declaration == | == Declaration == | ||
TotalPostExtraCostsIncl as double | |||
== Description == | == Description == |
Latest revision as of 06:58, 12 May 2016
Declaration
TotalPostExtraCostsIncl as double
Description
This method returns the post extra costs of a calculation, including part surcharges including ending surcharge.
Notes
Code example
This code example returns the post extra costs of a calculation, including part surcharges including ending surcharge.
Sub sGetPostExtraCosts
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.TotalPostExtraCostsIncl
set objCalc = nothing
End Sub
Availability
5.2.56.0 and onwards