PdcCalculation.GetPrijsAfspraakID: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == == Description == == Notes == == Code example == <source lang="vb"> </source> == Availability ==" |
No edit summary |
||
Line 1: | Line 1: | ||
== Declaration == | == Declaration == | ||
GetPrijsAfspraakID as long | |||
== Description == | == Description == | ||
Line 6: | Line 6: | ||
== Notes == | == Notes == | ||
This property returns the priceline ID. This field can be found in the 'Other' treenode. | |||
== Code example == | == Code example == | ||
This code example returns the priceline ID of the active calculation. | |||
<source lang="vb"> | <source lang="vb"> | ||
dim objCalc | |||
set objCalc = pdc.ActiveCalculation | |||
msgbox objCalc.GetPrijsAfspraakID | |||
</source> | </source> | ||
== Availability == | == Availability == | ||
Available since December 2009.(From version 3.9) |
Latest revision as of 09:17, 21 May 2012
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)