IMsCalculationChainFilter.Clear

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.

Example

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

See also:

IMsCalculationChainFilter