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.InterfacesAssembly: 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
|
Return Value
Type:
ITransportHandlingUnitThe indexed
ITransportHandlingUnit object.
See Also