Gets a 'Quotation Line' entry. Quotation Line (ASBIE). An association to one or more Quotation Lines.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
IQuotationLine GetQuotationLine(
	int index
)
Visual Basic
Function GetQuotationLine ( 
	index As Integer
) As IQuotationLine
Visual C++
IQuotationLine^ GetQuotationLine(
	int index
)
F#
abstract GetQuotationLine : 
        index : int -> IQuotationLine 

Parameters

index
Type: System..::..Int32
The index of the IQuotationLine to get.

Return Value

Type: IQuotationLine
The indexed IQuotationLine object.

See Also