IMsCalculationChainFilter.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of elements in the collection.

Comments

To get elements from the collection, use the IMsCalculationChainFilter.Item property.

Fore and Fore.NET Examples

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

See also:

IMsCalculationChainFilter