Gets a 'Address' entry. Address (ASBIE). Associates the item with the region of origin (not the country).

Namespace: Unimaze.Composer.Ubl2.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IAddress GetOriginAddress(
	int index
)
Visual Basic
Public Function GetOriginAddress ( 
	index As Integer
) As IAddress
Visual C++
public:
virtual IAddress^ GetOriginAddress(
	int index
) sealed
F#
abstract GetOriginAddress : 
        index : int -> IAddress 
override GetOriginAddress : 
        index : int -> IAddress 

Parameters

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

Return Value

Type: IAddress
The indexed IAddress object.

Implements

IItem..::..GetOriginAddress(Int32)

See Also