ITsModelParamValues.Count

Syntax

Count: Integer;

Description

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

Comments

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

Example

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

See also:

ITsModelParamValues