Gets the number of 'Marks' entries in the container object.
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 int GetShippingMarksCount() |
| Visual Basic |
|---|
Public Function GetShippingMarksCount As Integer |
| Visual C++ |
|---|
public:
virtual int GetShippingMarksCount() sealed |
| F# |
|---|
abstract GetShippingMarksCount : unit -> int
override GetShippingMarksCount : unit -> int |
Return Value
Type:
Int32The number of
IText object instances in the container object.
Implements
ITransportHandlingUnit..::..GetShippingMarksCount()()()()
See Also