Removes 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 void RemoveShippingMarks(
int index
) |
| Visual Basic |
|---|
Public Sub RemoveShippingMarks (
index As Integer
) |
| Visual C++ |
|---|
public:
virtual void RemoveShippingMarks(
int index
) sealed |
| F# |
|---|
abstract RemoveShippingMarks :
index : int -> unit
override RemoveShippingMarks :
index : int -> unit |
Implements
ITransportHandlingUnit..::..RemoveShippingMarks(Int32)
See Also