PdcMaterial.WeightFact
Jump to navigation
Jump to search
Declaration
WeightFact as double
Description
Returns the weightfactor (readonly)
Notes
This property returns or sets the weightfactor of the current material.
Code example
This code example returns weightfactor of the first material.
dim objCalc
dim objMat
set objCalc = pdc.ActiveCalculation
set objMat = objCalc.MaterialList(0)
msgbox objMat.weightfactor