IEmComputingSerie.BaseName

Fore syntax

BaseName: String;

Fore.NET syntax

BaseName: string;

Description

The BaseName property determines series identifier, based on which the calculated series is calculated.

Comments

If custom calculation function is used, that is, IEmComputingSerie.Type = EmComputingSerieType.User, BaseName can take on null value.

Fore and Fore.NET examples

The property use is given in the example for IEmSeries.AddComputingSerie.

See also:

IEmComputingSerie