Gets a 'Marks' entry.
Marks (BBIE). Free-form description of the marks and numbers on a transport unit or package.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: 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 |
Return Value
Type:
ITextThe indexed
IText object.
Implements
ITransportHandlingUnit..::..GetShippingMarks(Int32)
See Also