Gets a 'Country' entry. Country (ASBIE). The countries through which goods or passengers are routed between the country of original departure and the country of final destination.

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 ICountry GetTransitCountry(
	int index
)
Visual Basic
Public Function GetTransitCountry ( 
	index As Integer
) As ICountry
Visual C++
public:
virtual ICountry^ GetTransitCountry(
	int index
) sealed
F#
abstract GetTransitCountry : 
        index : int -> ICountry 
override GetTransitCountry : 
        index : int -> ICountry 

Parameters

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

Return Value

Type: ICountry
The indexed ICountry object.

Implements

IConsignment..::..GetTransitCountry(Int32)

See Also