PdcMaterial.PriceLinesOverruled
Jump to navigation
Jump to search
Declaration
PricelinesOverruled as Boolean
Description
Notes
This property returns or sets the pricelinesoverruled property for the current material. This propery is used when a material multiple suppliers and the default price has to be overruled.
Code example
This code example returns state of the pricelinesoverruled property for the first material.
dim objCalc
dim objMat
set objCalc = pdc.ActiveCalculation
set objMat = objCalc.MaterialList(0)
msgbox objMat.pricelinesoverruled
Availability
Available since September 2008.