PdcCalculation.SurchargeOperation
Declaration
SurchargeOperation as double
Description
Returns or changes the surcharge of operational costs
Notes
This property sets or returns the surcharge used for operations in the current calculation.
Code example
This code example returns the surcharge for operations in the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.SurchargeOperation