Gets a 'Hazardous Goods Transit' entry. Hazardous Goods Transit (ASBIE). An association to information about the transportation of hazardous 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#
IHazardousGoodsTransit GetHazardousGoodsTransit(
	int index
)
Visual Basic
Function GetHazardousGoodsTransit ( 
	index As Integer
) As IHazardousGoodsTransit
Visual C++
IHazardousGoodsTransit^ GetHazardousGoodsTransit(
	int index
)
F#
abstract GetHazardousGoodsTransit : 
        index : int -> IHazardousGoodsTransit 

Parameters

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

Return Value

Type: IHazardousGoodsTransit
The indexed IHazardousGoodsTransit object.

See Also