IMsVariableTestDataList.Item

Syntax

Item(Index: Integer): IMsVariableTestData;

Parameters

Index. Variable index in the collection.

Description

The Item property returns the specified variable from the collection.

Comments

Indexing of variables is continuous and starts with zero. To get the number of variables in the collection, use the IMsVariableTestDataList.Count property.

Example

The property use is given in the example for IMsMetaModelVisualController.JohansenTest.

See also:

IMsVariableTestDataList