PdcMaterialList.Count
Jump to navigation
Jump to search
Declaration
Count as long
Description
Returns the total count of material objects
Notes
This property returns the number of materials for the active calculation.
Code example
This code example returns the number of materials for the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.MaterialList.Count