PdcCalculation.CycleCosts

From External Bemet Wiki
Revision as of 09:09, 21 May 2012 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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