ILindoParamUnits.Add

Fore Syntax

Add: ILindoParamUnit;

Fore.NET Syntax

Add: Prognoz.Platform.Interop.Stat.ILindoParamUnit;

Description

The Add method adds parameter to the collection.

Comments

To remove one parameter from the collection, use the ILindoParamUnits.Remove method, to remove all parameters, use the ILindoParamUnits.Clear method.

Fore and Fore.NET Examples

The method use is given in the example for ISmNonLinearOptimization.LindoSettings.

See also:

ILindoParamUnits