PdcCalculation.CombiOrderID

From External Bemet Wiki
Revision as of 09:01, 21 May 2012 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Availability