Clear;
Clear();
The Clear method clears collection of elements.
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.
The method use is given in the example for IMsProblemCalculationSettings.EntriesFilter.
See also: