Removes 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#
void RemoveTransportHandlingUnit(
	int index
)
Visual Basic
Sub RemoveTransportHandlingUnit ( 
	index As Integer
)
Visual C++
void RemoveTransportHandlingUnit(
	int index
)
F#
abstract RemoveTransportHandlingUnit : 
        index : int -> unit 

Parameters

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

See Also