ISearchDimSelectionSet.Item

Fore Syntax

Item(ItemIndex: Integer): ISearchDimSelection;

Fore.NET Syntax

Item[ItemIndex: Integer]: Prognoz.Platform.Interop.BISearch.ISearchDimSelection;

Parameters

ItemIndex. Dimension index in collection.

Description

The Item property returns information about specified indexed dimension.

Example

The example of use is given in description of the ISearchSourceDataResult.SourceMetadata property.

See also:

ISearchDimSelectionSet