Summarizes and returns the cost of the items that are included in current configuration's bill of materials. One or more structure modes can optionally be activated to control how the bill of materials is generated.
double BomCost([string structureMode1]; [string structureMode2]; ...)
structureMode1 |
Optional name of a structure mode that shall be activated in the BoM generation. |
structureMode2 |
Optional name of a second structure mode that shall be activated in the BoM generation. |
Example
BomCost("SpareParts")
Returns the summarized cost of the bill of materials that is generated with the structure mode "SpareParts" activated.