Gets a 'Price' entry. Price (ASBIE). The price expressed in terms other than the actual price, e.g., the list price v. the contracted price, or the price in bags v. the price in kilos, or the list price in bags v. the contracted price in kilos.

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#
IPrice GetAlternCondPrice(
	int index
)
Visual Basic
Function GetAlternCondPrice ( 
	index As Integer
) As IPrice
Visual C++
IPrice^ GetAlternCondPrice(
	int index
)
F#
abstract GetAlternCondPrice : 
        index : int -> IPrice 

Parameters

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

Return Value

Type: IPrice
The indexed IPrice object.

See Also