IMsCalculationChainFilter.Add

Fore Syntax

Add(Entry: IMsCalculationChainEntry);

Fore.NET Syntax

Add(Entry: Prognoz.Platform.Interop.Ms.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:

Fore and Fore.NET Examples

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

See also:

IMsCalculationChainFilter