PdcCalculation.CombiOrderID
Jump to navigation
Jump to search
Declaration
CombiOrderID as long
Description
Returns the combination id
Notes
This property returns the 'CombiID' that is assigned to the calculation. The property is readonly!
Code example
This code example returns the CombiID number of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.CombiOrderID