IMsCalculationChainFilter.RemoveByKey

Fore Syntax

RemoveByKey(EntryKey: Integer): Boolean;

Fore.NET Syntax

RemoveByKey(EntryKey: uinteger): boolean;

Parameters

EntryKey. Collection element key.

Description

The RemoveByKey method removes element with the specified key from the collection.

Comments

If removal is successful, the method returns True.

See also:

IMsCalculationChainFilter