IEmSeries.ItemByName

Fore syntax

ItemByName(Name: String): IEmSerie;

Fore.NET syntax

ItemByName[Name: String]: Prognoz.Platform.Interop.Modeller.IEmSerie;

Parameters

Name. Series identifier.

Description

The ItemByName property returns series from collection based on its identifier.

Comments

Series identifier is returned by the IEmSerie.Name property.

Fore and Fore.NET examples

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

See also:

IEmSeries