Click or drag to resize

InstallmentPlanLinesAdd Method

Adds InstallmentPlanLines object at the end of the Installment array list

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
public int Add(
	InstallmentPlanLine newInstallmentPlanLine
)

Parameters

newInstallmentPlanLine
Type: ConneXionInstallmentPlanLine
InstallmentPlanLine fields

Return Value

Type: Int32
Number of elements in the InstallmentPlanLine array list
Remarks