PdcCalculation.FinishedQuantity

From External Bemet Wiki
Revision as of 09:15, 21 May 2012 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

FinishedQuantity as double

Description

Returns the finished quantity

Notes

This property returns the 'FinishedQuantity' of the current calculation. This field can be found in the 'Other' treenode.

Code example

This code example returns the FinishedQuantity of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.FinishedQuantity

Availability