PdcCalculation.GetPrijsAfspraakID
Declaration
GetPrijsAfspraakID as long
Description
Notes
This property returns the priceline ID. This field can be found in the 'Other' treenode.
Code example
This code example returns the priceline ID of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.GetPrijsAfspraakID
Availability
Available since December 2009.(From version 3.9)