IEmSeriesList.Add

Fore syntax

Add(Serie: IEmSerie);

Fore.NET syntax

Add(Serie: Prognoz.Platform.Interop.Modeller.IEmSerie);

Description

The Add method adds a series to the collection.

Comments

If the adding is successful, the IEmSeries.Count value increases by one.

Fore and Fore.NET examples

The method use is given in the example for IEmChowTestSettings.Explained.

See also:

IEmSeriesList