BOMQuantity.GetEvaluatedBaseQuantity Method
Parent Object: BOMQuantityDescription
Method that retrieves the stored base quantity for the component.
Syntax
BOMQuantity.GetEvaluatedBaseQuantity( QuantityType As BOMQuantityTypeEnum ) As DoubleParameters
Name | Type | Description |
QuantityType | BOMQuantityTypeEnum | BOMQuantityTypeEnum indicating the stored quantity type. This can currently return either kEachBOMQuantity or kParameterBOMQuantity. If kParameterBOMQuantity is returned, the Quantity argument returns the evaluated string indicating the base quantity. |