Item(Index: Integer): IMsDimOpenParamValue;
Item[Index: integer]: Prognoz.Platform.Interop.Ms.IMsDimOpenParamValue;
Index. Index of the value in collection.
The Item property returns the specified value from collection.
Indexing of values in collection is continuous and starts with zero. To get the number of values in the collection, use the IMsDimOpenParamValues.Count property.
The method use is given in the example for IMsDimOpenParamValue.Dimension.
See also: