Gets a 'Transport Handling Unit' entry. Transport Handling Unit (ASBIE). An association to Transport Handling Unit used for loose and containerized goods.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
ITransportHandlingUnit GetTransportHandlingUnit(
	int index
)
Visual Basic
Function GetTransportHandlingUnit ( 
	index As Integer
) As ITransportHandlingUnit
Visual C++
ITransportHandlingUnit^ GetTransportHandlingUnit(
	int index
)
F#
abstract GetTransportHandlingUnit : 
        index : int -> ITransportHandlingUnit 

Parameters

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

Return Value

Type: ITransportHandlingUnit
The indexed ITransportHandlingUnit object.

See Also