PdcCalculation.Norm

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

Norm as String

Description

Returns or changes the productionnorm

Notes

This property returns or sets the (production)'Norm' of the current calculation.

Code example

This code example returns the Norm of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.Norm

Availability