PdcMaterial.PostInvoice

From External Bemet Wiki
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