Gets a 'Hazardous Item' entry.
Hazardous Item (ASBIE). Associates the item with its hazardous item information.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IHazardousItem GetHazardousItem(
int index
) |
| Visual Basic |
|---|
Function GetHazardousItem (
index As Integer
) As IHazardousItem |
| Visual C++ |
|---|
IHazardousItem^ GetHazardousItem(
int index
) |
| F# |
|---|
abstract GetHazardousItem :
index : int -> IHazardousItem
|
Return Value
Type:
IHazardousItemThe indexed
IHazardousItem object.
See Also