PdcCalculation.SetupCosts
Declaration
SetupCosts as double
Description
Returns the total value of setupcost
Notes
This property returns the 'SetupCosts' of all the operations for the current calculation (excluding subcalculations or parent calculations the current calculatie might have).
Code example
This code example returns the SetupCosts of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.SetupCosts