PdcCalculation.CostEstimation

From External Bemet Wiki
Revision as of 09:04, 21 May 2012 by Mike (talk | contribs)
Jump to navigation Jump to search

Declaration

CostEstimation as double

Description

Returns the total value of cost estimation

Notes

This property returns the 'CostEstimation' (prior costs) of the current calculation.

Code example

This code example returns the costestimation of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.CostEstimation

Availability