Removes a 'Hazardous Goods Transit' entry.
Hazardous Goods Transit (ASBIE). Associates the Hazardous Item with 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# |
|---|
void RemoveHazardousGoodsTransit(
int index
) |
| Visual Basic |
|---|
Sub RemoveHazardousGoodsTransit (
index As Integer
) |
| Visual C++ |
|---|
void RemoveHazardousGoodsTransit(
int index
) |
| F# |
|---|
abstract RemoveHazardousGoodsTransit :
index : int -> unit
|
See Also