Summarizes and returns the price of the items that are included in current configuration's bill of materials. One or more structure modes can optionally be included to control how the bill of materials is generated.
double BomPrice([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
BomPrice("SpareParts")
Returns the summarized price of the bill of materials that is generated with the structure mode "SpareParts" activated.