PdcCalculation.MaterialCosts

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

MaterialCosts as double

Description

Returns the total value of materialcosts

Notes

This property returns the 'MaterialCosts' of the current calculation. It is the sum of all materialcosts (pre calculation) for the selected calculation including all subcalculations.

Code example

This code example returns the MaterialCosts of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.MaterialCosts

Availability