PdcCalculation.CostResult
Jump to navigation
Jump to search
Declaration
CostResult as double
Description
Returns the total value of real booked costs
Notes
This property returns the 'CostResult' (post calculation value) of the current calculation.
Code example
This code example returns the CostResult of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.CostResult