 |
InstallmentPlanLinesAdd Method |
Adds InstallmentPlanLines object at the end of the Installment array list
Namespace:
ConneXion
Assembly:
ConneXion (in ConneXion.dll) Version: 2020.0
Syntaxpublic int Add(
InstallmentPlanLine newInstallmentPlanLine
)
Public Function Add (
newInstallmentPlanLine As InstallmentPlanLine
) As Integer
Parameters
- newInstallmentPlanLine
- Type: ConneXionInstallmentPlanLine
InstallmentPlanLine fields
Return Value
Type:
Int32Number of elements in the InstallmentPlanLine array list
Remarks
See Also