PdcCalculation.CostEstimation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
== Notes == | == Notes == | ||
This property returns the 'CostEstimation' ( | This property returns the 'CostEstimation' (pre calculation) of the current calculation. When retrieving this value of a newly created calculation, save it first to get the correct result. | ||
== Code example == | == Code example == |
Latest revision as of 08:26, 12 July 2016
Declaration
CostEstimation as double
Description
Returns the total value of cost estimation
Notes
This property returns the 'CostEstimation' (pre calculation) of the current calculation. When retrieving this value of a newly created calculation, save it first to get the correct result.
Code example
This code example returns the costestimation of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.CostEstimation