Gets a 'Hazardous Item' entry. Hazardous Item (ASBIE). Associates the item with its hazardous item information.

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#
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 

Parameters

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

Return Value

Type: IHazardousItem
The indexed IHazardousItem object.

See Also