PdcCalculation.IsInProduction

From External Bemet Wiki
Revision as of 09:23, 21 May 2012 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

IsInProduction as Boolean

Description

Returns if the calculation is in production

Notes

This property returns the value of the 'IsInProduction' property of the current calculation. It will return 'true' when the calculation is in production.

Code example

This code example returns the IsInProduction state of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.IsInProduction

Availability