IEaxDataAreaSources.FindByKey

Syntax

FindByKey(Key: Integer): IEaxDataAreaSource;

FindByKey(Key: integer): Prognoz.Platform.Interop.Express.IEaxDataAreaSource;

Parameters

Key. Analytical area data source key.

Description

The FindByKey method searches for analytical area data source by key.

Comments

To determine a key of analytical area data source, use the IEaxDataAreaSource.Key property.

See also:

IEaxDataAreaSources