Gets a 'Marks' entry. Marks (BBIE). Free-form description of the marks and numbers on a transport unit or package.

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

Parameters

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

Return Value

Type: IText
The indexed IText object.

Implements

ITransportHandlingUnit..::..GetShippingMarks(Int32)

See Also