Removes a 'Item Location Quantity' entry.
Item Location Quantity (ASBIE). An association to the description of properties related to locations and quantities of the item.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public void RemoveReqItemLocationQty(
int index
) |
| Visual Basic |
|---|
Public Sub RemoveReqItemLocationQty (
index As Integer
) |
| Visual C++ |
|---|
public:
virtual void RemoveReqItemLocationQty(
int index
) sealed |
| F# |
|---|
abstract RemoveReqItemLocationQty :
index : int -> unit
override RemoveReqItemLocationQty :
index : int -> unit |
Implements
ICataloguePricingUpdateLine..::..RemoveReqItemLocationQty(Int32)
See Also