Given the line number on an COrder returns the COrderLine with that line number.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public COrderLine GetOrderLineByNum(
	double lineNumber
)
Visual Basic
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.

Return Value

The COrderLine with the supplied line number, or null if no line is found with that number.

See Also