PdcCalculation.IsInProduction

From External Bemet Wiki
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