IMatrixQueryResult.Item

Syntax

Item(Index: Integer): IBitArray;

Parameters

Index. Index of element with search results.

Description

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

Example

The property use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQueryResult