Given the line number on an COrder returns the COrderLine with that line number.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public COrderLine GetOrderLineByNum( double lineNumber ) |
| Visual Basic (Declaration) |
|---|
Public Function GetOrderLineByNum ( _ lineNumber As Double _ ) As COrderLine |
| Visual C++ |
|---|
public: COrderLine^ GetOrderLineByNum( double lineNumber ) |
Parameters
- lineNumber
- Type: System..::.Double
The line number (key) to the desired line.