PdcCalculation.CycleCosts

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

CycleCosts as double

Description

Returns the total value of cyclecosts

Notes

This property returns the 'CycleCosts' of all the internal operations for the current calculation (excluding subcalculations or parent calculations the current calculation might have).

Code example

This code example returns the CycleCosts of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.CycleCosts

Availability