Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Computes the cost of a pricing run line.
Syntax
public PdsCost computeCost([boolean _ignoreError])
Run On
Called
Parameters
- _ignoreError
Type: boolean
A Boolean value that indicates whether an error finding the base item should be thrown or ignored.
Return Value
Type: PdsCost Extended Data Type
The computed cost of the pricing run line.
Exceptions
| Exception | Condition |
|---|---|
| Error | Too many base item references and possibly an infinite loop exists. -or- Could not find the base item reference. |
Remarks
The exception is thrown only if the _ignoreError parameter is false.