IMsCalculationChainFilter.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Collection element index.

Description

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

Comments

Indexing of collection elements is continuous and starts with zero. To get the number of collection elements, use the IMsCalculationChainFilter.Count property.

If removal is successful, the method returns True, otherwise it returns False.

See also:

IMsCalculationChainFilter