ITsModelParamValues.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The Count property returns the number of parameters' values in the collection.

Comments

To get the specific parameter value from the collection, use the ITsModelParamValues.Item property.

Fore and Fore.NET Examples

The property use is given in the example for ITsModelParamValue.DataType.

See also:

ITsModelParamValues