PdcMaterialList.Clear

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

Clear

Description

Removes all the material objects

Notes

This property clears the materiallist of the current calculation.

Code example

This code example clears the materiallist of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  objCalc.MaterialList.Clear

Availability