Gets 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.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IItemLocationQuantity GetReqItemLocationQty(
	int index
)
Visual Basic
Public Function GetReqItemLocationQty ( 
	index As Integer
) As IItemLocationQuantity
Visual C++
public:
virtual IItemLocationQuantity^ GetReqItemLocationQty(
	int index
) sealed
F#
abstract GetReqItemLocationQty : 
        index : int -> IItemLocationQuantity 
override GetReqItemLocationQty : 
        index : int -> IItemLocationQuantity 

Parameters

index
Type: System..::..Int32
The index of the IItemLocationQuantity to get.

Return Value

Type: IItemLocationQuantity
The indexed IItemLocationQuantity object.

Implements

ICataloguePricingUpdateLine..::..GetReqItemLocationQty(Int32)

See Also