IMsCalculationChainEntries.FindByKey

Fore Syntax

FindByKey(EntryKey: Integer): IMsCalculationChainEntry;

Fore.NET Syntax

FindByKey(EntryKey: uinteger): Prognoz.Platform.Interop.Ms.IMsCalculationChainEntry;

Parameters

EntryKey. Key of element of calculation chain, by which the search is executed.

Description

The FindByKey method searches for a calculation chain element by its key.

Comments

If the element is not found, the method returns Null.

See also:

IMsCalculationChainEntries