IMsVariableTestDataList.Item

Fore Syntax

Item(Index: Integer): IMsVariableTestData;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Ms.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.

Fore and Fore.NET Examples

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

See also:

IMsVariableTestDataList