IMsCalculationChainFilter.Add

Syntax

Add(Entry: IMsCalculationChainEntry);

Parameters

Entry. Added element.

Description

The Add method adds a new element to the collection.

Comments

Use the IMsCalculationChainFilter.Item property to get the element from the collection.

If the following is added to the collection:

Example

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

See also:

IMsCalculationChainFilter