PdcCalculation.NetPrice
Declaration
NetPrice as double
Description
Returns or changes the netprice
Notes
This property returns or sets the 'NetPrice' of the current calculation.
Code example
This code example returns the NetPrice of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.NetPrice