Removes the given COrderLine from the COrder.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public void RemoveOrderLine( double lineNumber ) |
| Visual Basic (Declaration) |
|---|
Public Sub RemoveOrderLine ( _ lineNumber As Double _ ) |
| Visual C++ |
|---|
public: void RemoveOrderLine( double lineNumber ) |
Parameters
- lineNumber
- Type: System..::.Double
The line number of the COrderLine to remove from the order.