PdcMaterial.PriceAgreementsOverruled

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

PriceAgreementsOverruled as Boolean

Description

Returns or changes the property 'priceagreementsoverruled'

Notes

This property returns or sets the PriceAgreementsOverruled property for the current material.

Code example

This code example returns the PriceAgreementsOverruled for the first material.

dim objCalc

dim objMat

  set objCalc = pdc.ActiveCalculation
  set objMat = objCalc.MaterialList(0)
  msgbox objMat.PriceAgreementsOverruled

Availability