Gets a 'Hazardous Goods Transit' entry.
Hazardous Goods Transit (ASBIE). An association to information about the transportation of hazardous 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# |
|---|
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
|
Return Value
Type:
IHazardousGoodsTransitThe indexed
IHazardousGoodsTransit object.
See Also