Methods
- Last UpdatedJun 23, 2017
- 1 minute read
This section describes the methods available for the wwMaterialCLB class.
ChangeMaterialQuantity()
This method changes the quantity of the material lot entry. The return code is a Short integer value that can be used for error handling.
For more information on the error codes returned, see "Error Return Values".
Syntax
ReturnCode = MaterialCLBVar.ChangeMaterialQuantity ( NewQuantity)
Parameters
NewQuantity
Data Type: Double
Value of new quantity
Delete()
This method deletes the material assigned to the selected unit. The return code is a Short integer value that can be used for error handling.
For more information on the error codes returned, see "Error Return Values".
Syntax
ReturnCode = MaterialCLBVar.Delete ()
QueryActualChars()
This method updates the ActualChars collection with the latest set of actual characteristics for the material lot.
Syntax
QueryActualChars ()