PdcCalculation.SetWeight
Jump to navigation
Jump to search
Declaration
SetWeight as double
Description
Set the weight
Notes
This property sets the 'Weight' of the current calculation. The property 'ManualWeight' must be set to 'True' before the weight can be set with this option.
Code example
This code example returns the 'Weight' of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.SetWeight
Availability
Available since January 2009.