PdcMaterial.SetBSurcharge
Jump to navigation
Jump to search
Declaration
SetBSurcharge as double
Description
Notes
This property allows you to overwrite the post-calculation surcharge of a material.
Code example
This code example returns the scrap for the first material.
dim objCalc
dim objMat
set objCalc = pdc.ActiveCalculation
set objMat = objCalc.MaterialList(0)
objMat.SetBSurcharge = 25