IMsCalculationChainFilter.Clear

Fore Syntax

Clear;

Fore.NET Syntax

Clear();

Description

The Clear method clears elements collection

Comments

After calling the Clear method, value of the IMsCalculationChainFilter.Count property is equal to 0.

To remove one element from the collection, use the IMsCalculationChainFilter.Remove and IMsCalculationChainFilter.RemoveByKey methods.

Fore and Fore.NET Examples

The method use is given in the example for IMsProblemCalculationSettings.EntriesFilter.

See also:

IMsCalculationChainFilter