PdcMaterial.PostInvoice

From External Bemet Wiki
Revision as of 07:45, 20 February 2017 by TC (talk | contribs) (Created page with "== Declaration == PostInvoice as Double == Description == Returns the postcalculation value == Notes == This property returns the postcalculation value for the current mate...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

PostInvoice as Double

Description

Returns the postcalculation value

Notes

This property returns the postcalculation value for the current material in the materiallist of the calculation.

Code example

This code example returns the postcalculation for the first material.

dim objCalc
dim objMat

  set objCalc = pdc.ActiveCalculation
  set objMat = objCalc.MaterialList(0)
  msgbox objMat.PostInvoice

Availability