IMsCalculationChainFilter.FindByKey

Fore Syntax

FindByKey(EntryKey: Integer): IMsCalculationChainEntry;

Fore.NET Syntax

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

Parameters

EntryKey. Collection element key.

Description

The FindByKey method searches for an element with the specified key in the collection.

Comments

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

See also:

IMsCalculationChainFilter