IMatrixQueryResult.Item

Fore Syntax

Item(Index: Integer): IBitArray;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.ForeCollections.BitArray;

Parameters

Index. Index of element with search results.

Description

The Item property returns the element of search result in matrix.

Examples

The property use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQueryResult