Item(Index: Integer): IMsVariableTestData;
Item[Index: integer]: Prognoz.Platform.Interop.Ms.IMsVariableTestData;
Index. Variable index in the collection.
The Item property returns the specified variable from the collection.
Indexing of variables is continuous and starts with zero. To get the number of variables in the collection, use the IMsVariableTestDataList.Count property.
The property use is given in the example for IMsMetaModelVisualController.JohansenTest.
See also: