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.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public ITransportHandlingUnit GetTransportHandlingUnit(
int index
) |
| Visual Basic |
|---|
Public Function GetTransportHandlingUnit (
index As Integer
) As ITransportHandlingUnit |
| Visual C++ |
|---|
public:
virtual ITransportHandlingUnit^ GetTransportHandlingUnit(
int index
) sealed |
| F# |
|---|
abstract GetTransportHandlingUnit :
index : int -> ITransportHandlingUnit
override GetTransportHandlingUnit :
index : int -> ITransportHandlingUnit |
Return Value
Type:
ITransportHandlingUnitThe indexed
ITransportHandlingUnit object.
Implements
IShipment..::..GetTransportHandlingUnit(Int32)
See Also